You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new react component for the User Login / Registration / Forgot Password
Acceptance Criteria:
A new user should be able to register for a new account (an email that does not currently exist). Save this in browser memory until services are ready.
Forgot password should give them their password in the browser with plain text if they enter the correct email address. This is the interim solution until the API services are ready
Link this up initially with mocked client side data and validation.
Unsuccessful login should show validation error
Successful login should redirect to the 'dashboard'
A logged in user should have the ability to edit their profile
The text was updated successfully, but these errors were encountered:
Create a new react component for the User Login / Registration / Forgot Password
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: