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
Is there a way to modify PSA behaviour so that {% url 'social:begin' "email" %}
produces /signup/email/
instead of current /login/email/. I want to use login url when users actually are logging-in after they already passed signup.
Is there a way to modify PSA behaviour so that
{% url 'social:begin' "email" %}produces
/signup/email/instead of current
/login/email/. I want to useloginurl when users actually are logging-in after they already passed signup.Thanks in advance.