Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maunium
synapse
Commits
4aba561c
Unverified
Commit
4aba561c
authored
5 years ago
by
Brendan Abolivier
Browse files
Options
Downloads
Patches
Plain Diff
Config and changelog
parent
52839886
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changelog.d/5276.feature
+1
-0
1 addition, 0 deletions
changelog.d/5276.feature
docs/sample_config.yaml
+7
-0
7 additions, 0 deletions
docs/sample_config.yaml
with
8 additions
and
0 deletions
changelog.d/5276.feature
0 → 100644
+
1
−
0
View file @
4aba561c
Allow
configuring
a
range for the account validity startup job.
This diff is collapsed.
Click to expand it.
docs/sample_config.yaml
+
7
−
0
View file @
4aba561c
...
@@ -755,11 +755,18 @@ uploads_path: "DATADIR/uploads"
...
@@ -755,11 +755,18 @@ uploads_path: "DATADIR/uploads"
# after that the validity period changes and Synapse is restarted, the users'
# after that the validity period changes and Synapse is restarted, the users'
# expiration dates won't be updated unless their account is manually renewed.
# expiration dates won't be updated unless their account is manually renewed.
#
#
# If set, the ``startup_job_max_delta`` optional setting will make the startup job
# described above set a random expiration date between t + period and
# t + period + startup_job_max_delta, t being the date and time at which the job
# sets the expiration date for a given user. This is useful for server admins that
# want to avoid Synapse sending a lot of renewal emails at once.
#
#account_validity:
#account_validity:
# enabled: True
# enabled: True
# period: 6w
# period: 6w
# renew_at: 1w
# renew_at: 1w
# renew_email_subject: "Renew your %(app)s account"
# renew_email_subject: "Renew your %(app)s account"
# startup_job_max_delta: 2d
# The user must provide all of the below types of 3PID when registering.
# The user must provide all of the below types of 3PID when registering.
#
#
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment