Merge remote-tracking branch 'pleroma/develop' into optional-config

This commit is contained in:
Alex Gleason 2021-05-16 12:27:29 -05:00
commit 32ae8f4906
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
159 changed files with 4939 additions and 1249 deletions

View file

@ -290,7 +290,7 @@ nginx -t
## Create your first user and set as admin
```sh
cd /opt/pleroma/bin
cd /opt/pleroma
su pleroma -s $SHELL -lc "./bin/pleroma_ctl user new joeuser joeuser@sld.tld --admin"
```
This will create an account withe the username of 'joeuser' with the email address of joeuser@sld.tld, and set that user's account as an admin. This will result in a link that you can paste into the browser, which logs you in and enables you to set the password.