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
Copy file name to clipboardExpand all lines: cli/usercreate.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ Create a workspace `+cliui.DefaultStyles.Code.Render("coder create")+`!`)
112
112
},
113
113
{
114
114
Flag: "disable-login",
115
-
Description: "Disabling login for a user prevents the user from authenticating themselves via a login. Authentication would require an api keys/token. "+
115
+
Description: "Disabling login for a user prevents the user from authenticating via password or IdP login. Authentication requires an API key/token generated by an admin. "+
116
116
"Be careful when using this flag as it can lock the user out of their account.",
0 commit comments