Skip to content

Commit

Permalink
Adding required user information after declarative user profiles beca…
Browse files Browse the repository at this point in the history
…me active

Signed-off-by: Alexander Schwartz <[email protected]>
  • Loading branch information
ahus1 committed Apr 18, 2024
1 parent edb737c commit 5e42971
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ EOF
}

function create_user {
kcadm.sh create users -s username=$USER_NAME -s enabled=true -r $REALM_NAME
kcadm.sh create users -s username=$USER_NAME -s enabled=true -s firstName=Firstname -s lastName=Lastname -s email=$USER_NAME@keycloak.org -r $REALM_NAME
kcadm.sh set-password -r $REALM_NAME --username $USER_NAME --new-password $USER_NAME-password
echo "INFO: Created New user ${USER_NAME} in ${REALM_NAME}"
}
Expand Down

0 comments on commit 5e42971

Please sign in to comment.