Disable password reset
This commit is contained in:
parent
614f04c246
commit
db24bb7e0a
1 changed files with 2 additions and 0 deletions
|
@ -276,6 +276,8 @@ WAGTAILADMIN_RICH_TEXT_EDITORS = {
|
|||
},
|
||||
}
|
||||
|
||||
WAGTAIL_PASSWORD_RESET_ENABLED = False
|
||||
|
||||
UNSPLASH_CLIENT_ID = env("UNSPLASH_CLIENT_ID")
|
||||
SPOTIFY_PROXY_HOST = env("SPOTIFY_PROXY_HOST")
|
||||
|
||||
|
|
Loading…
Reference in a new issue