forked from Archives/Athou_commafeed
add setting to disable strict password policy (#1059)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user