Changing macaroon_secret_key no longer logs you out (#4387)

This commit is contained in:
Richard van der Hoff 2019-01-16 23:14:41 +00:00 committed by GitHub
parent 05e1296649
commit 3982a6ee07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

1
changelog.d/4387.misc Normal file
View file

@ -0,0 +1 @@
Fix a comment in the generated config file

View file

@ -83,9 +83,6 @@ class KeyConfig(Config):
# 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.