fix(configuration): missing password_reset disable key (#3616)

This commit is contained in:
James Elliott 2022-06-28 16:41:30 +10:00 committed by GitHub
parent 352b360a50
commit e1ee5a5d07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,8 +72,8 @@ var Keys = []string{
"authentication_backend.file.password.algorithm",
"authentication_backend.file.password.memory",
"authentication_backend.file.password.parallelism",
"authentication_backend.password_reset.disable",
"authentication_backend.password_reset.custom_url",
"authentication_backend.disable_reset_password",
"authentication_backend.refresh_interval",
"session.name",
"session.domain",