--disabled-password for adduser
This commit is contained in:
parent
8812cda2a2
commit
005da615ba
|
@ -84,7 +84,7 @@ apt -y install imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev file git-co
|
||||||
Let us create this user first:
|
Let us create this user first:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
adduser gabsocial
|
adduser --disabled-password gabsocial
|
||||||
```
|
```
|
||||||
|
|
||||||
Log in as the `gabsocial` user:
|
Log in as the `gabsocial` user:
|
||||||
|
|
Loading…
Reference in New Issue