Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Social only: disable all local account handling by means of a simple setting #1227

Closed
evcb opened this issue Dec 11, 2015 · 9 comments
Closed

Comments

@evcb
Copy link

evcb commented Dec 11, 2015

I wanted to use only the social media login, since I find unnecessary the auth part for unlinking accounts, e-mail validation, etc. I already use built-in Django's auth and having to deal with another one is just some work I was not expecting.

The integration is great but all these new URLs and templates that does not match mine are a down side.

@aaugustin
Copy link
Contributor

You could copy the URLconf and keep only the routes you need. (Of course you'd have to be careful when upgrading, in case some routes you depend on change.)

@pennersr
Copy link
Owner

To answer the question, yes, it's possible, but currently it's not just a matter of flipping a switch. It may be worthwhile to accomodate for this use case in the future ...

@pennersr pennersr changed the title Is it possible to use only Social Media integration? Social only: disable all local account handling by means of a simple setting Jan 26, 2016
@vatsalparekh
Copy link

Any update on this? Is it possible now to make only social login?

@bittner
Copy link
Contributor

bittner commented Jan 4, 2017

I too think we should make this easily configurable, as in "flipping a switch". Issue #345 is a similar discussion. Can we define what would be needed to do to make this "social login-only" (or DISABLE_EMAIL_AUTH) switch become reality?

@bittner
Copy link
Contributor

bittner commented Jan 6, 2017

I've added a sample solution for the current state on StackOverflow.

@wgordon17
Copy link
Contributor

@pennersr Have there been any attempts, or any open PRs for this? I wouldn't want to duplicate any efforts ;)

@kasbohm
Copy link

kasbohm commented Nov 26, 2019

Hi, @wgordon17, any news on this issue?

@wadefletch
Copy link

Could I take this on?

@pennersr
Copy link
Owner

AFAIK, no work has been done in this area. Feel free to submit a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants