cedenoc181 / prohealthportal.com

0 stars 0 forks source link

modify forgot password method on rails user controller #7

Open cedenoc181 opened 2 weeks ago

cedenoc181 commented 1 week ago

took a different approach to creating this functionality. We updated user with two new columns to their model. reset password token and reset password time stamp. We used these two attributes to hold a token for reference to the account, time stamp for password sent for expiration function. then used a ActionMailer for rails application.