allow any passwords

This commit is contained in:
einhornimmond 2021-02-26 16:30:18 +01:00
parent b3879f0708
commit ac5511f809
2 changed files with 3 additions and 1 deletions

View File

@ -47,3 +47,5 @@ session.timeout = 15
unsecure.allow_passwort_via_json_request = 1
unsecure.allow_auto_sign_transactions = 1
unsecure.allow_cors_all = 1
# default disable, passwords must contain a number, a lower character, a high character, special character, and be at least 8 characters long
unsecure.allow_all_passwords = 1

@ -1 +1 @@
Subproject commit 9b9115290c8d2ead756d64b70ae63a6571aa4693
Subproject commit f732503cc868b5d9e9a9314d35af35e1f1831e89