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

Refactor reset password to use default django auth process #584

Merged
merged 7 commits into from
Nov 21, 2024

Conversation

pablodiegoss
Copy link
Member

@pablodiegoss pablodiegoss commented Nov 21, 2024

Description

Removed old recover-password files, classes and methods.

Resolves (Issues)

Resolves: #571
Resolves: #573

Steps:

Followed this tutorial to update our current handmade procedure to a django standard one.

Have you confirmed the application builds locally without error? See here.

  • Yes

@pablodiegoss pablodiegoss merged commit 2415fad into develop Nov 21, 2024
1 check passed
@pablodiegoss pablodiegoss deleted the refactor-reset-password branch November 21, 2024 17:11
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.

Update the password recovery to link instead of typing a huge hash code Recover Password crashes ocasionally
1 participant