FEATURE: change default to enable login by email out-of-the-box
This commit is contained in:
parent
cb519a3bec
commit
a6f0436a29
|
@ -263,7 +263,7 @@ login:
|
|||
default: true
|
||||
enable_local_logins_via_email:
|
||||
client: true
|
||||
default: false
|
||||
default: true
|
||||
validator: "EnableLocalLoginsViaEmailValidator"
|
||||
allow_new_registrations:
|
||||
client: true
|
||||
|
|
Loading…
Reference in New Issue