User can save multiple emails on their account.
- Add “Click to Add” in account profile page under email.
- Include “Set as preferred” setting.
- When only a single email is on the account, it is automatically marked as preferred.
- Mark all existing account emails as preferred.
- If MFA is active on account, regardless of alias email used to login, authentication requirements for account remain intact.
- Write rule for forgot password:
- When user enters forgot password email: Is this email associated with an account?
- If yes, is this email the preferred account email?
- If yes, send reset password email.
- If no, send reset password to preferred account email and to alias email address entered by user.
- If no, show error message “This email is not associated with an account on Clockwork. Please try again.”