mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
chore: update oauth provider deprecation message
Mention that it's important to logout and login again to have the new provider replace the old one in the session
This commit is contained in:
parent
2dc4558b8b
commit
a8c18ff30c
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ def deprecated_auth_backend(get_response):
|
||||||
"Using “%(name)s” to authenticate is deprecated and will be "
|
"Using “%(name)s” to authenticate is deprecated and will be "
|
||||||
"removed soon. "
|
"removed soon. "
|
||||||
"Please configure another provider below before losing access "
|
"Please configure another provider below before losing access "
|
||||||
"to your account and maps."
|
"to your account and maps. Then, please logout and login "
|
||||||
|
"again with the new provider."
|
||||||
)
|
)
|
||||||
% {"name": name},
|
% {"name": name},
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue