summaryrefslogtreecommitdiff
path: root/docs/configuration/cheatsheet.md
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-11-19 12:28:39 +0100
committerlain <lain@soykaf.club>2020-11-19 12:28:39 +0100
commitf6c22f4d085919b03bcf57b995c0503c4a4f337f (patch)
treee3b30ecb630a5f97da4cefcbc26c8836fd09301b /docs/configuration/cheatsheet.md
parent11e0d5f9acc85fe1a09e11da91f2abd35bc83f89 (diff)
downloadpleroma-f6c22f4d085919b03bcf57b995c0503c4a4f337f.tar.gz
pleroma-f6c22f4d085919b03bcf57b995c0503c4a4f337f.zip
Cheatsheet: Add docs about reset token expiration
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-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.