From 252d17ad7644e61903c7ab6fe5d0e8e9564d88e3 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Tue, 26 Apr 2022 02:13:39 +0200 Subject: [PATCH] update comments --- public/alice/rc.toml | 8 +++++--- public/inbox/rc.toml | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/public/alice/rc.toml b/public/alice/rc.toml index 5d2c696..0b79269 100644 --- a/public/alice/rc.toml +++ b/public/alice/rc.toml @@ -1,7 +1,9 @@ -# Create a password hash with 'mkpasswd -m sha-256' or 'mkpasswd -m sha512' and paste it here. -# If the following line is uncommented and a hash is set, the directory is password protected. +# Insert a password hash to enable password protection for this directory +# Use one of the following commands to create a hash: +# mkpasswd -m sha-256 +# mkpasswd -m sha-512 # -hashed_password = "$5$2r6msAhSPoVxqgf0$577MP.BfMNrugghuYr6Zxjv.CN36Rqkgbxn88Bpe5z3" # movie_evening! +hashed_password = "$5$s9bLebSgS9O4CPDR$xQF4/bWQqv5rqaq3Or2oTpXBW4TZdjFtBeH9CwZiw72" # movie_night! # Set this to 'true' to allow file downloads from this directory download = true diff --git a/public/inbox/rc.toml b/public/inbox/rc.toml index 4960e69..b563cee 100644 --- a/public/inbox/rc.toml +++ b/public/inbox/rc.toml @@ -1,7 +1,9 @@ -# Create a password hash with 'mkpasswd -m sha-256' or 'mkpasswd -m sha512' and paste it here. -# If the following line is uncommented and a hash is set, the directory is password protected. +# Insert a password hash to enable password protection for this directory +# Use one of the following commands to create a hash: +# mkpasswd -m sha-256 +# mkpasswd -m sha-512 # -# hased_password = "" +#hashed_password = "" # Set this to 'true' to allow file downloads from this directory download = false