Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add logging and exception handling to reset password process
In the PasswordFacade class, a log statement and exception handling have been added to the reset password function. Now, when the password reset email is sent, it's wrapped in a try/catch block to handle any potential exceptions. Additionally, a debug-level log is generated whenever a rest password token is created.
- Loading branch information