]> Cypherpunks.ru repositories - gocheese.git/blobdiff - doc/passwords.texi
-auth-required option and optional :ro per-user attribute
[gocheese.git] / doc / passwords.texi
index 6cdcc0a5c6cca1f32334e8e293baf6bdee6f2845..fd8bd2edef67845f4a5c59314f4d378549ea591e 100644 (file)
@@ -14,7 +14,7 @@ $ gocheese -passwd passwd -passwd-list passwd-list ...
 Then you must feed it newline-separated records in following format:
 
 @example
-username:hashed-password
+username:hashed-password[:ro]
 @end example
 
 Where @code{hashed-password} is in one of following algorithms:
@@ -53,6 +53,9 @@ foo:$sha256$fcde2b2edba56bf408601fb721fe9b5c338d10ee429ea04fae5511b68fbf8fb9
 
 @end table
 
+Optional @code{:ro} flag forbids user to upload packages, but allows
+read-only access if @option{-auth-required} is enabled.
+
 To add or update password entry:
 
 @example