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
I added 3 more pipelines, in one i get user email, and then continue to last pipeline where i map data from social vendor to my user model. Here i send registration email, and save the user as is_active = False, doing this causes upon finish a redirect to login error. No exception is thrown, everything is created as it should, but the user ends up in login error screen.
This appeared after last update, python-social-auth==0.1.21.
The text was updated successfully, but these errors were encountered:
I don't recall any change to that behavior lately, inactive users should go to the URL defined by SOCIAL_AUTH_INACTIVE_USER_URL, if that setting is not defined it will default to LOGIN_ERROR_URL.
I added 3 more pipelines, in one i get user email, and then continue to last pipeline where i map data from social vendor to my user model. Here i send registration email, and save the user as
is_active = False
, doing this causes upon finish a redirect to login error. No exception is thrown, everything is created as it should, but the user ends up in login error screen.This appeared after last update,
python-social-auth==0.1.21
.The text was updated successfully, but these errors were encountered: