Open
Description
as an admin user
when i go to the user management page of my org
then i would like the ability to create a new user
Here's the user flow I am looking for:
From a fresh install of Influxdb
- Onboarding completed for first admin user
- Jump into the Settings > Users of the app
- Click the button to create a new user
- The app generates a unique url that can only be used once and displays it to the admin (does is also time out after a specific time?)
- The admin sends that url to a new user
- The new user clicks that URL and is brought to a page that allows them to set a username and password.
- That user is now created and part of the organization
- Design the APIs and add them to swagger
- Implement the APIs
- Design the UI for settings page, and new user page
- Implement the UI