multinet-app / multinet-api

Apache License 2.0
2 stars 2 forks source link

Redirect login and signup to google login, disabling password signups #162

Closed JackWilb closed 1 year ago

JackWilb commented 1 year ago

Does this PR close any open issues?

No

Give a longer description of what this PR addresses and why it's needed

Using advice from https://github.com/pennersr/django-allauth/issues/345, I redirected a couple of the routes (signup and login) that are used by the allauth package to the google login route. This means we won't ever offer password logins to users.

Provide pictures/videos of the behavior before and after these changes (optional)

image

Are there any additional TODOs before this PR is ready to go?

No