Skip to content

Commit 03299a3

Browse files
Emyrkdeansheather
andauthored
Update cli/usercreate.go
Co-authored-by: Dean Sheather <dean@deansheather.com>
1 parent ca1cf2d commit 03299a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/usercreate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Create a workspace `+cliui.DefaultStyles.Code.Render("coder create")+`!`)
112112
},
113113
{
114114
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. " +
116116
"Be careful when using this flag as it can lock the user out of their account.",
117117
Value: clibase.BoolOf(&disableLogin),
118118
},

0 commit comments

Comments
 (0)