diff --git a/README.accounts b/README.accounts index 17574da..fda7b43 100644 --- a/README.accounts +++ b/README.accounts @@ -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 account’s 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"] # ==============