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

[Improvement] Password Reset #132

Merged
merged 5 commits into from
May 2, 2021
Merged

Conversation

kiritokatklian
Copy link
Member

  • Removed old password reset logic in favor of the new one.
  • Updated password reset email theme
  • Updated password reset expiration link to 3 hours
  • Updated password reset tests

- Removed the hashPass and checkPassHash methods from User model as they are unnecessary.
- Replaced hashPass and checkPass with the default Hash::make and Hash::check methods
- Updated password reset email theme
- Updated password reset expiration link to 3 hours
- Removed old password reset logic in favor of the new one.
- Updated reset password tests
@kiritokatklian kiritokatklian merged commit 15b4947 into master May 2, 2021
@kiritokatklian kiritokatklian deleted the custom-password-reset-email branch May 2, 2021 23:08
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.

1 participant