README.accounts: some minir changes.
This commit is contained in:
parent
599cdefb02
commit
11d8ba17dd
@ -10,23 +10,6 @@
|
|||||||
#
|
#
|
||||||
cd /usr/local/greenlight
|
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["<name>","<email>","<password>","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["<name>","<email>","<password>","user"]
|
|
||||||
|
|
||||||
# Once the command has finished it will print the account’s email and password.
|
|
||||||
|
|
||||||
|
|
||||||
# -----
|
# -----
|
||||||
# Creating an Administrator Account
|
# 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","<geheim>","admin"]
|
# docker exec greenlight-v2 bundle exec rake user:create["Christoph","ckubu@oopen.de","<geheim>","admin"]
|
||||||
#
|
#
|
||||||
docker exec greenlight-v2 bundle exec rake user:create["<name>","<email>","<password>","admin"]
|
#docker exec greenlight-v2 bundle exec rake user:create["<name>","<email>","<password>","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["<name>","<email>","<password>","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["<name>","<email>","<password>","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.
|
# Once the command has finished it will print the account’s email and password.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user