Project

General

Profile

Feature #1009

Updated by Vladimir Krisyuk over 6 years ago

When the user inputs the correct sms code, then the app. should : 

 
 * grant user access Add the provided user’s    email and password to the MDL Connect DB. 
 * Create username and password hash for *Send an email verification link to the user user’s email. 
 * Register user session (API) 
 * Open the “Home” screen 
 * Check email verification status and show the warning in the popup window: 
 * “Please verify your email    by the link, we sent you. Verified email will allow you to reset a password”.    - This message should be displayed every time user opens the app until he confirms email or checks the checkbox “don’t show again” 


 *email template TBD 
 *User can change email in the settings (verification will be required too).(TBD) 

Back