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 55b9f72 commit f2da30dCopy full SHA for f2da30d
create-user
@@ -72,6 +72,7 @@ OUTPUT=`curl -s -X PUT "$DISCOURSE_URL/admin/users/$USER_ID/activate.json?api_ke
72
echo -n " . "
73
# add to group
74
if [ ! -z "$GROUP" ]
75
+then
76
echo -n "Adding to group $GROUP. . . "
77
OUTPUT=`curl -s -X PUT "$DISCOURSE_URL/groups/$GROUP/members.json?api_key=$DISCOURSE_API_KEY&api_username=$DISCOURSE_API_USER&usernames=$USERNAME"`
78
echo $OUTPUT
0 commit comments