0

I am using python-social-auth for login feature.

I added facebook and instagram logins. Now I am trying to do a standard authentication with email.

Documentation says that my login form should submit to /complete/email.

But when I submit it says that Page was not found

what am I doing wrong? maybe documentation is out of date?

Jahongir Rahmonov
  • 13,083
  • 10
  • 47
  • 91

1 Answers1

1

Ok it was a very stupid mistake of mine:

Just add 'social.backends.email.EmailAuth' to AUTHENTICATION_BACKENDS.

Jahongir Rahmonov
  • 13,083
  • 10
  • 47
  • 91