--disabled-password for adduser

This commit is contained in:
Rob Colbert 2019-08-20 19:26:07 -04:00
parent 8812cda2a2
commit 005da615ba
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ apt -y install imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev file git-co
Let us create this user first:
```sh
adduser gabsocial
adduser --disabled-password gabsocial
```
Log in as the `gabsocial` user: