aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2020-11-19 16:22:14 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2020-11-19 16:22:14 +0000
commitc8d11c306452ea36f5690ba1824434dc71bd9f95 (patch)
treef2d91a7bb673366a38ceeaac00fb5c81434ef7e9 /docs
parent6fc38aac8814fa63d6c43d004cb5280131106cb2 (diff)
parent21eaaf491c3cc3b76ac2ee49536491fdb2df79e7 (diff)
downloadpleroma-c8d11c306452ea36f5690ba1824434dc71bd9f95.tar.gz
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 'docs')
-rw-r--r--docs/configuration/cheatsheet.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md
index 4d18ac30a..85551362c 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -63,6 +63,7 @@ To add configuration to your config file, you can copy it from the base config.
* `external_user_synchronization`: Enabling following/followers counters synchronization for external users.
* `cleanup_attachments`: Remove attachments along with statuses. Does not affect duplicate files and attachments without status. Enabling this will increase load to database when deleting statuses on larger instances.
* `show_reactions`: Let favourites and emoji reactions be viewed through the API (default: `true`).
+* `password_reset_token_validity`: The time after which reset tokens aren't accepted anymore, in seconds (default: one day).
## Welcome
* `direct_message`: - welcome message sent as a direct message.