Skip to content

Commit

Permalink
Remove lower case convertion of account
Browse files Browse the repository at this point in the history
  • Loading branch information
FantasticoFox committed May 10, 2024
1 parent dcf780d commit 5ca196c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/create_and_promote_user.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,4 @@ if [ -z "$PASSWORD" ]; then
echo "No password specified. So we auto-generated one for you: $PASSWORD"
fi

USERNAME=$(echo "$USERNAME" | tr "\[A-Z\]" "\[a-z\]")

echo "INFO: The username is converted to lowercase to $USERNAME"

sudo docker exec micro-pkc-mediawiki php maintenance/createAndPromote.php $SYSOP "$USERNAME" "$PASSWORD" --force

0 comments on commit 5ca196c

Please sign in to comment.