You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solid and clean code issue for recover password method. This issue is focused on improving the implementation of the recover password method, adapting it to clean code and solid.
Acceptance criteria:
The user must receive a hash code in the email to recover the password
The user enters a new password
Tasks
Reduce the number of lines of the recover password method
Make sure everything works with unit tests
Organize methods in classes
The text was updated successfully, but these errors were encountered:
Description
Solid and clean code issue for recover password method. This issue is focused on improving the implementation of the recover password method, adapting it to clean code and solid.
Acceptance criteria:
Tasks
The text was updated successfully, but these errors were encountered: