diff options
Diffstat (limited to 'doc/authfs.md')
| -rw-r--r-- | doc/authfs.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/authfs.md b/doc/authfs.md index 0f3ee6f..c3d0488 100644 --- a/doc/authfs.md +++ b/doc/authfs.md @@ -10,9 +10,9 @@ `user` `/users/<username>/` (d) -To add a user, create the `<username>` subdirectory. Authfs +To add a user, create the `<username>/` subdirectory. Authfs automatically creates the `passwd`, `passwd`, and `login` files -inside. +inside. Initially the password is nil and login is disabled. `/users/<username>/passwd` (w) Writing a (cleartext) password changes the user's password. |