fix: Remove constraint on unhashed password being 'LDAP' (#6236)

This commit is contained in:
Carter
2025-09-24 23:32:28 -05:00
committed by GitHub
parent 3ec55f0e48
commit c9f3f65f36
3 changed files with 3 additions and 3 deletions

View File

@@ -337,7 +337,7 @@ def ldap_user():
user = db.users.create(
{
"username": utils.random_string(10),
"password": "mealie_password_not_important",
"password": "LDAP",
"full_name": utils.random_string(10),
"email": utils.random_string(10),
"admin": False,