Update README.accounts.

This commit is contained in:
Christoph 2021-05-28 02:12:13 +02:00
parent e463d582b1
commit 2cac76f6e0

View File

@ -57,7 +57,23 @@ docker exec greenlight-v2 bundle exec rake user:create["Christoph","ckubu@oopen.
#
docker exec greenlight-v2 bundle exec rake user:create["inge","inge.reitberger@oopen.de","pacotaibo2","user"]
# Once the command has finished it will print the accounts email and password.
# Once the command has finished it will print the account's email and password.
# ==============
# Accounts at bbb.oopen.de
# ==============
# admin account:
#
docker exec greenlight-v2 bundle exec rake user:create["Christoph","ckubu@oopen.de","EadGl15E.%","admin"]
# user accounts:
#
docker exec greenlight-v2 bundle exec rake user:create["inge","inge.reitberger@oopen.de","pacotaibo2","user"]
docker exec greenlight-v2 bundle exec rake user:create["Maex","mx@so36.net","e6i/U-2NRpLa","user"]
docker exec greenlight-v2 bundle exec rake user:create["ilk","ilk@oopen.de","E4_Z4-XzmLpd","user"]
# ==============