JoiaApp / email

for Joia emails
1 stars 0 forks source link

Forget Password flow & email #5

Open derek-boman opened 6 years ago

derek-boman commented 6 years ago

@dansftown @joshbodily

App Flow

Follow this prototype for app flow: https://marvelapp.com/6cfd43b/screen/32488632

  1. User taps "Forgot Password"
  2. Enters email address
  3. User receives email with a unique code (not too long, maybe 5–6 random characters)
  4. User returns to app, drops in temporary password and logs in
  5. User is immediately prompted to set new password by entering it twice.

Email

The email template has been added to Mandrill with a merge tag for the user's first name. The only other dynamic content is the random temporary password code.

image