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

Support disabling signup url on django-allauth #32

Open
ehmatthes opened this issue Dec 16, 2020 · 1 comment
Open

Support disabling signup url on django-allauth #32

ehmatthes opened this issue Dec 16, 2020 · 1 comment
Labels
upstream contribution Possible contribution to a dependency project

Comments

@ehmatthes
Copy link
Owner

While implementing django-allauth, I needed to override the accounts/signup/ page. This is somewhat common. This could probably be really easy with a setting ACCOUNT_DISABLE_SIGNUP. Then in urls.py, only add the signup/ path if this setting is False.

@ehmatthes
Copy link
Owner Author

Write a quick issue asking if this would be welcome, and if so are there other related settings that would be worth implementing.

@ehmatthes ehmatthes added the upstream contribution Possible contribution to a dependency project label Dec 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream contribution Possible contribution to a dependency project
Projects
None yet
Development

No branches or pull requests

1 participant