Add file README.accounts.22.04.
This commit is contained in:
65
README.accounts.22.04
Normal file
65
README.accounts.22.04
Normal file
@@ -0,0 +1,65 @@
|
||||
# =================
|
||||
# Creating Accounts
|
||||
# =================
|
||||
|
||||
# see: https://docs.bigbluebutton.org/greenlight/v3/install/#creating-an-admin-account
|
||||
|
||||
|
||||
# -----
|
||||
# Creating an Administrator Account
|
||||
# -----
|
||||
|
||||
# You can do that by running the following command:
|
||||
#
|
||||
# docker exec -it greenlight-v3 bundle exec rake admin:create['name','email','password']
|
||||
#
|
||||
# Create admin user - Login: ckubu@oopen.de - Full Name: Admin O.OPEN
|
||||
#
|
||||
docker exec -it greenlight-v3 bundle exec rake admin:create['Admin O.OPEN','ckubu@oopen.de','EadGl15E.%']
|
||||
|
||||
|
||||
# You can also run it without any arguments to create the default admin account,
|
||||
# which you can either change its password and use, or use it to promote your own
|
||||
# account becoming an Administrator and then delete it.
|
||||
#docker exec -it greenlight-v3 bundle exec rake admin:create
|
||||
|
||||
# To create an Administrator account with the default values, in the
|
||||
# Greenlight directory, run the following command:
|
||||
#
|
||||
docker exec greenlight-v2 bundle exec rake admin:create
|
||||
|
||||
|
||||
# ---
|
||||
# Upgrading an existing account to an Admin Account
|
||||
# ---
|
||||
|
||||
# You can do that by running the following command:
|
||||
#
|
||||
# docker exec -it greenlight-v3 bundle exec rake user:set_admin_role['email']
|
||||
|
||||
|
||||
|
||||
|
||||
# -----
|
||||
# Creating User Accounts
|
||||
# -----
|
||||
|
||||
# Greenlight v3 hat keine CLI zur Benutzererstellung (wie Greenlight v2), daher geht es ausschließlich über die API.
|
||||
|
||||
|
||||
|
||||
Name Login Passwort
|
||||
===============================================
|
||||
|
||||
inge inge.reitberger@oopen.de pacotaibo2
|
||||
Maex mx@so36.net e6i/U-2NRpLa
|
||||
ilk ilk@oopen.de E4_Z4-XzmLpd
|
||||
|
||||
opp1 opp1@opferperspektive.de 5.STRz/zK5/q
|
||||
opp2 opp2@opferperspektive.de 22MtX/vHT.pR
|
||||
|
||||
soli-mm soli-mm@oopen.de fr31h31t-fu3r-M&M
|
||||
|
||||
andi ritz-m@so36.net Yi2/iQ-_P.jw
|
||||
|
||||
|
||||
Reference in New Issue
Block a user