Skip to content

Commit df6601a

Browse files
committed
Move user creation to develop script
1 parent d2379ef commit df6601a

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

develop.sh

Lines changed: 0 additions & 16 deletions
This file was deleted.

scripts/create_initial_user.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ set -euo pipefail
44

55
EMAIL="${EMAIL:-admin@coder.com}"
66
USERNAME="${USERNAME:-admin}"
7-
ORGANIZATION="${ORGANIZATION:-default}"
8-
PASSWORD="${PASSWORD:-p@ssword1}"
7+
ORGANIZATION="${ORGANIZATION:-ACME-Corp}"
8+
PASSWORD="${PASSWORD:-password}"
99

1010
curl -X POST \
1111
-d "{\"email\": \"$EMAIL\", \"username\": \"$USERNAME\", \"organization\": \"$ORGANIZATION\", \"password\": \"$PASSWORD\"}" \

0 commit comments

Comments
 (0)