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:
Yohan Boniface 2025-03-07 16:17:26 +01:00
parent 33cbe1ab71
commit 869db90b28

View file

@ -34,7 +34,8 @@ def deprecated_auth_backend(get_response):
"Using “%(name)s” to authenticate is deprecated and will be "
"removed soon. "
"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},
)