diff --git a/README.accounts b/README.accounts index 2f9ddea..17574da 100644 --- a/README.accounts +++ b/README.accounts @@ -10,23 +10,6 @@ # cd /usr/local/greenlight -# ----- -# Creating a User Account -# ----- - -# To create an User account with specified values, in the Greenlight -# directory, run the following command: -# -# docker exec greenlight-v2 bundle exec rake user:create["","","","user"] -# -# Example: -# -# 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["","","","user"] - -# Once the command has finished it will print the account’s email and password. - # ----- # Creating an Administrator Account @@ -46,7 +29,33 @@ docker exec greenlight-v2 bundle exec rake admin:create # # docker exec greenlight-v2 bundle exec rake user:create["Christoph","ckubu@oopen.de","","admin"] # -docker exec greenlight-v2 bundle exec rake user:create["","","","admin"] +#docker exec greenlight-v2 bundle exec rake user:create["","","","admin"] + +# Create admin user 'Christoph' - Login: ckubu@oopen.de +# +docker exec greenlight-v2 bundle exec rake user:create["Christoph","ckubu@oopen.de","EadGl15E.%","admin"] + +# Once the command has finished it will print the account’s email and password. + + +# ----- +# Creating a User Account +# ----- + +# To create an User account with specified values, in the Greenlight +# directory, run the following command: +# +# docker exec greenlight-v2 bundle exec rake user:create["","","","user"] +# +# Example: +# +# 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["","","","user"] + +# Create normal user 'inge' - Login: inge.reitberger@oopen.de +# +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.