diff --git a/umap/middleware.py b/umap/middleware.py index 5312c551..450494b4 100644 --- a/umap/middleware.py +++ b/umap/middleware.py @@ -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}, )