mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-26 15:54:20 -04:00
fix: Remove constraint on unhashed password being 'LDAP' (#6236)
This commit is contained in:
2
tests/fixtures/fixture_users.py
vendored
2
tests/fixtures/fixture_users.py
vendored
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user