From 0c750027e913a773a98220c691f01b2391cdae69 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Thu, 12 Mar 2026 16:17:19 -0400 Subject: doc: remove authfs passwdhash file --- doc/auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/auth.md') 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//` - If it already exists, the username is taken; return error to client - Writes password to `/users//passwd` -- `authfs` ingests and hashes the password. Subsequent reads of `/users//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 -- cgit v1.2.3