diff options
Diffstat (limited to 'doc/auth.md')
| -rw-r--r-- | doc/auth.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/auth.md b/doc/auth.md index e509e44..d3a2924 100644 --- a/doc/auth.md +++ b/doc/auth.md @@ -8,7 +8,7 @@ This is how a new user registers himself in `authfs`, after which he can open se - Creates `/users/<username>/` - If it already exists, the username is taken; return error to client - Writes password to `/users/<username>/passwd` -- `authfs` ingests and hashes the password. Subsequent reads of `/users/<username>/passwdhash` will return the hash (`authfs` discards the cleartext password after it is hashed). +- `authfs` ingests and hashes the password. - If successful, client can now login to obtain a session ## Login |