if you click on the login button, you will be presented with a login screen where you can .... well..... login.
[ ] login
[ ] if you forget password, click the forgot password link and be presented with a reset option.
-[ ] if presented with a password reset page AND if their email is correct, then do whatever cognigto wants us to do to handle reset...
Once authenticated, you should see the user page where you can change the following settings:
DURING the ordering phase,
IF a user is already authenticated, do not make them re-authenticate, just auto go to the next step
IF a user is not authenticated or does not have an account, then present the login/ create account options
[ ] if they forgot password, do the same as before and present password reset. do the cognate thing (same as above).
[ ] If they hit CREATE ACCOUNT and we dont already have an account for that email then go ahead and create the account. and present the next screen for more account details. save those to the account when they go to the next step.
Authentication
Lets start with the easy...
if you click on the login button, you will be presented with a login screen where you can .... well..... login.
-[ ] if presented with a password reset page AND if their email is correct, then do whatever cognigto wants us to do to handle reset...
Once authenticated, you should see the user page where you can change the following settings:
DURING the ordering phase,
IF a user is already authenticated, do not make them re-authenticate, just auto go to the next step
IF a user is not authenticated or does not have an account, then present the login/ create account options
[ ] if they forgot password, do the same as before and present password reset. do the cognate thing (same as above).
[ ] If they hit CREATE ACCOUNT and we dont already have an account for that email then go ahead and create the account. and present the next screen for more account details. save those to the account when they go to the next step.