facebook - Django allauth: disable form login/signup -


i'd know if know if it's possible disable form login/signup in django-allauth.

in business model, user can login/signup using facebook, whenever use @login_required decorator, redirects user login page can input email/password.

i couldn't find in docs, thought should ask.

you write custom login page has fb link on it. define path page in settings file login_url.


Comments

Popular posts from this blog

c++ - protocol buffers - generate NON-inline accessors -

c# - issue attaching/adding an entity object which is detached from the DB Context? -