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
Ahh, I see based on the description it would be. Could we just jump straight to doing the form instead? Seems like this middle step would be a little helpful, but most users are likely to go back to the CLI anyways.
Problem
When an admin starts a new deployment of Coder, they must create the first user through CLI, but this is not obvious.
Initial Solution
Have the frontend detect whether the first user has been created. If not, have it display CLI instructions.
Eventual Solution
Replace the CLI instructions with a sign-up page so that the admin can do create their user through the UI.
Definition of Done
Notes
Here's what the signup flow looks like from the CLI: https://asciinema.org/a/cy8QVTPwazDAV6cxcV6DF1Qnj
Here's where initial user creation is implemented in the CLI: https://github.com/coder/coder/blob/v0.8.1/cli/login.go#L81-L196
The text was updated successfully, but these errors were encountered: