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 2dc4558b8b
commit a8c18ff30c

View file

@ -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},
) )