Project

General

Profile

Feature #1011

Updated by Vladimir Krisyuk over 6 years ago

User should be able to recover his password. 
 *Precondition:* User’s email is verified.  

 When User clicks on the forgot password link: 
 The the app:.  
 * Should checks DB for the Identifier and email/email verification status.  
 * Send the email with the recovery password link. 
 * Show message “Reset email has been sent: 
 * Please proceed with the recovery from the link in the email”. On close the message should open the Login screen. 
 Then he should be able to create a new password for the app. In the browser. 

 *Negative flow:* In case if email is not verified: show the full registration form with the current email filled in. 

 TBD: Add Google reCAPTCHA under email input. 
 -------------------------- 
 mockups: 
 * 4.forgot password 
 * 5.Forgot password - recovery is sent

Back