Go to file
2024-12-16 00:54:56 +01:00
.gitignore first commit 2024-01-07 23:13:15 +01:00
README.craete-admin-account Add 'README.craete-admin-account' and 'README.reset-admin-passwort'. 2024-12-16 00:54:56 +01:00
README.install README.install: complete install iunstructions. 2024-01-10 18:03:51 +01:00
README.manually-update Add filr 'README.manually-update'. 2024-05-19 23:05:06 +02:00
README.reset-admin-passwort Add 'README.craete-admin-account' and 'README.reset-admin-passwort'. 2024-12-16 00:54:56 +01:00

# ----
# Creating a new account with admin privileges
# ---

#see also
#  https://meta.discourse.org/t/create-an-admin-account-from-the-console/17274


# Accessing the console
#
# Connect to your Discourse server using SSH,
#
ssh dc-opp.oopen.de


# Become root
#
sudo -i


# Switch to your Discourse directory:
#
cd /var/discourse


# Enter the Docker container:
#
./launcher enter app


# Creating a new account with admin privileges
#
# Inside the console, run the following command:
#
rake admin:create


# Enter the email of the existing account. If the user exists, you will be asked 
# if you want to reset the password. Press Enter to proceed. Provide and confirm 
# the new password.
#
#If it worked, you'll see 'Account updated successfully!.'