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

Adding the ability to change case sensitivity with a django setting #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

paulnurkkala
Copy link

I didn't see a way to use the default settings module that's in django just to change whether or not this looks for case sensitivity, so I added a small bit of logic that checks to see if settings.PASSWORD_RESET_CASE_SENSITIVE is set. If it is, then the form listens to that setting to allow for quick case sensitivity updates to the default flow, without having to extend and override the "Recover" view.

If this functionality is already included and I've missed it, please let me know!

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

Successfully merging this pull request may close these issues.

2 participants