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
codingbandit edited this page Aug 4, 2020
·
1 revision
Users will need to register and log into the system.
The authentication will be through the Auth0 service. This service allows for application specific account registration as well as social login functionality.
Login/Signup screen
A tabbed interface with a login tab and a sign up tab.
Account Login
This will be a basic username and password form. A forgot password link will be made available.
Account signup -> registration
Minimum Fields required for registration: full name, email address, password, zip code, opt-in status to mailing list. Full name, zip code, opt-in status should be part of a user profile.
User profile / account settings
User can change their password, zip code, and mailing list preferences.
Outstanding questions
determine mailing list client, is there an api to register/unregister users. Is there a way to be notified through a callback should a user unregister via the email rather than through the application.