You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following issues need to be resolved in order to have a smooth user authentication workflow
Update the user signup and login page. The current pages serve the purpose but there would be a significant improvement if we use any of the freely available templates.
Update the usage of allauth Django app. The allauth app emits signals on user authentication events. I couldn't find any signal handlers for these signals. This is the main reason for authentication errors. Incorrect use of allauth django app #203
The following issues need to be resolved in order to have a smooth user authentication workflow
allauth
Django app. Theallauth
app emits signals on user authentication events. I couldn't find anysignal handlers
for these signals. This is the main reason for authentication errors. Incorrect use of allauth django app #203The text was updated successfully, but these errors were encountered: