diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-05-21 14:56:05 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2019-05-21 14:56:05 +0100 |
commit | 50cd07a8363f4937f05931803fdea1e2a2f3cf46 (patch) | |
tree | 8c09b981e8ce330e504843c96bf7df85fce887ab /docs/sample_config.yaml | |
parent | Merge branch 'babolivier/per_room_profiles' into dinsic (diff) | |
parent | Doc (diff) | |
download | synapse-50cd07a8363f4937f05931803fdea1e2a2f3cf46.tar.xz |
Merge branch 'babolivier/account_validity_expiration_date' into dinsic
Diffstat (limited to 'docs/sample_config.yaml')
-rw-r--r-- | docs/sample_config.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index 764968099f..8fd699c970 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -747,6 +747,14 @@ uploads_path: "DATADIR/uploads" # link. ``%(app)s`` can be used as a placeholder for the ``app_name`` parameter # from the ``email`` section. # +# Once this feature is enabled, Synapse will look for registered users without an +# expiration date at startup and will add one to every account it found using the +# current settings at that time. +# This means that, if a validity period is set, and Synapse is restarted (it will +# then derive an expiration date from the current validity period), and some time +# after that the validity period changes and Synapse is restarted, the users' +# expiration dates won't be updated unless their account is manually renewed. +# #account_validity: # enabled: True # period: 6w |