Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Changing macaroon_secret_key no longer logs you out (#4387)
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh authored Jan 16, 2019
1 parent 05e1296 commit 3982a6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions changelog.d/4387.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix a comment in the generated config file
3 changes: 0 additions & 3 deletions synapse/config/key.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ def default_config(self, config_dir_path, server_name, generate_secrets=False,
# a secret which is used to sign access tokens. If none is specified,
# the registration_shared_secret is used, if one is given; otherwise,
# a secret key is derived from the signing key.
#
# Note that changing this will invalidate any active access tokens, so
# all clients will have to log back in.
%(macaroon_secret_key)s
# Used to enable access token expiration.
Expand Down

0 comments on commit 3982a6e

Please sign in to comment.