-
Notifications
You must be signed in to change notification settings - Fork 41
Account Feature
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.
A tabbed interface with a login tab and a sign up tab.
This will be a basic username and password form. A forgot password link will be made available.
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 can change their password, zip code, and mailing list preferences.
- 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.