fix(configuration): missing password_reset disable key (#3616)
parent
352b360a50
commit
e1ee5a5d07
|
@ -72,8 +72,8 @@ var Keys = []string{
|
||||||
"authentication_backend.file.password.algorithm",
|
"authentication_backend.file.password.algorithm",
|
||||||
"authentication_backend.file.password.memory",
|
"authentication_backend.file.password.memory",
|
||||||
"authentication_backend.file.password.parallelism",
|
"authentication_backend.file.password.parallelism",
|
||||||
|
"authentication_backend.password_reset.disable",
|
||||||
"authentication_backend.password_reset.custom_url",
|
"authentication_backend.password_reset.custom_url",
|
||||||
"authentication_backend.disable_reset_password",
|
|
||||||
"authentication_backend.refresh_interval",
|
"authentication_backend.refresh_interval",
|
||||||
"session.name",
|
"session.name",
|
||||||
"session.domain",
|
"session.domain",
|
||||||
|
|
Loading…
Reference in New Issue