Select the types of activity you want to include in your feed.
@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.)
hq.recaptime.dev/wiki/Phorge
···175175account.
176176177177The second field (which is the password field) must not be set to `!!`. This
178178-value will prevent login. If it is set to `!!`, edit it and set it to `NP` ("no
179179-password") instead.
178178+value will prevent login.
179179+180180+If you have `usermod` on your system, you can adjust this value with:
181181+182182+```
183183+$ sudo usermod -p NP vcs-user
184184+```
185185+186186+If you do not have `usermod`, carefully edit the file and set the field value
187187+to `NP` ("no password") instead of `!!`.
180188181189**`/etc/passwd`**: Open `/etc/passwd` and find the line for the `vcs-user`
182190account.
183191184192The last field (which is the login shell) must be set to a real shell. If it is
185193set to something like `/bin/false`, then `sshd` will not be able to execute
186186-commands. Instead, you should set it to a real shell, like `/bin/sh`.
194194+commands.
195195+196196+If you have `usermod` on your system, you can adjust this value with:
197197+198198+```
199199+$ sudo usermod -s /bin/sh vcs-user
200200+```
201201+202202+If you do not have `usermod`, carefully edit the file and change the field
203203+to point at a real shell, usually `/bin/sh`.
187204188205189206Configuring HTTP