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

Uncomment (& update) Password Reset Views #76

Merged
merged 1 commit into from
Apr 4, 2025

Conversation

zacrh
Copy link
Collaborator

@zacrh zacrh commented Apr 2, 2025

During the refactor to Python 3.11, password reset views were left commented out. This change adds the functionality back.

Also updated usage of the class-based views in urls.py to match the syntax now required in newer Django versions (including a name param on URLs defined by reverse_lazy()). These changes only affect password reset views.

Copy link
Contributor

@ziruihao ziruihao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for bringing this back!

@ziruihao ziruihao merged commit 2d84c23 into layuplist:staging Apr 4, 2025
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