We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff52119 commit 196c74eCopy full SHA for 196c74e
bin/create.sh
@@ -13,13 +13,13 @@ Arguments:
13
OPTIONS A list of options for GAM user create, e.g.
14
firstname User
15
lastname Name
16
- password random
17
- changepassword
18
recoveryemail something@something.com
19
recoveryphone \"+1 (310) 555-5555\"
20
21
See https://github.com/taers232c/GAMADV-XTD3/wiki/Users#create-a-user
22
for the complete list of OPTIONS
+
+ The user's password is randomly generated and requires reset on first login.
23
"
24
25
# print usage for -? or -h or --help
@@ -44,7 +44,7 @@ fi
44
45
echo_ts "Creating account..."
46
47
-gam create user $ACCOUNT "$@"
+gam create user $ACCOUNT password random changepassword "$@"
48
49
echo_ts "Adding to $TEAM group..."
50
0 commit comments