add setting to disable strict password policy (#1059)

This commit is contained in:
Athou
2023-05-31 07:31:40 +02:00
parent bb25e0ede6
commit 5ecf3e0fbf
6 changed files with 32 additions and 3 deletions

View File

@@ -6,6 +6,9 @@ app:
# wether to allow user registrations
allowRegistrations: true
# whether to enable strict password validation (1 uppercase char, 1 lowercase char, 1 digit, 1 special char)
strictPasswordPolicy: true
# create a demo account the first time the app starts
createDemoAccount: true