diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2020-11-19 16:22:14 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2020-11-19 16:22:14 +0000 |
commit | c8d11c306452ea36f5690ba1824434dc71bd9f95 (patch) | |
tree | f2d91a7bb673366a38ceeaac00fb5c81434ef7e9 /config | |
parent | 6fc38aac8814fa63d6c43d004cb5280131106cb2 (diff) | |
parent | 21eaaf491c3cc3b76ac2ee49536491fdb2df79e7 (diff) | |
download | pleroma-c8d11c306452ea36f5690ba1824434dc71bd9f95.tar.gz pleroma-c8d11c306452ea36f5690ba1824434dc71bd9f95.zip |
Merge branch '2317-old-reset-tokens' into 'develop'
Resolve "Don't allow old password reset tokens"
Closes #2317
See merge request pleroma/pleroma!3160
Diffstat (limited to 'config')
-rw-r--r-- | config/config.exs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index 1ac140ed0..be5257663 100644 --- a/config/config.exs +++ b/config/config.exs @@ -263,7 +263,8 @@ config :pleroma, :instance, length: 16 ] ], - show_reactions: true + show_reactions: true, + password_reset_token_validity: 60 * 60 * 24 config :pleroma, :welcome, direct_message: [ |