diff options
author | Max Christian Pohle | 2016-10-15 19:20:18 +0200 |
---|---|---|
committer | Max Christian Pohle | 2016-10-15 19:20:18 +0200 |
commit | 87c69016c5e7458df84950ae4eb0b5833262a370 (patch) | |
tree | 13764a5364953fb1973db3abc1446cb177f17ab5 /htusers-sample | |
download | auth-form-alt-87c69016c5e7458df84950ae4eb0b5833262a370.tar.bz2 auth-form-alt-87c69016c5e7458df84950ae4eb0b5833262a370.zip |
It basically works
Diffstat (limited to 'htusers-sample')
-rw-r--r-- | htusers-sample | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/htusers-sample b/htusers-sample new file mode 100644 index 0000000..dd91cf9 --- /dev/null +++ b/htusers-sample | |||
@@ -0,0 +1,12 @@ | |||
1 | # this file should contain combinations of usernames and passwords, divided by colons and separated | ||
2 | # by newlines: | ||
3 | # | ||
4 | # user1:password2 | ||
5 | # user2:password2 | ||
6 | # | ||
7 | # the passwords must not be inserted as plain text, but as hashes. To generate these hashes one can | ||
8 | # use: | ||
9 | # openssl passwd -crypt password1 | ||
10 | # | ||
11 | # lines starting with # are not recognized and can be used as comments | ||
12 | |||