Closed mbramson closed 7 years ago
@ericworkman I believe that I've addressed your concerns.
LGTM. The only request I have is that we get pairmotron.com pointing to the project so that all the email verification address are a-okay.
Hold off merging until we get the dns changes in, please 😃
Users will be able to reset their passwords via an email reset if they have forgotten their passwords.
TODO:
:create
action for controller governing creation of a new password reset token that uses the PasswordResetToken Service.:edit
action to ForgotPasswordController for users to enter new passwords:update
action for users to change their passwords and delete the used PasswordResetTokenCleanup TODO:
Closes #157