summaryrefslogtreecommitdiff
path: root/htusers-sample
diff options
context:
space:
mode:
authorMax Christian Pohle2016-10-15 19:20:18 +0200
committerMax Christian Pohle2016-10-15 19:20:18 +0200
commit87c69016c5e7458df84950ae4eb0b5833262a370 (patch)
tree13764a5364953fb1973db3abc1446cb177f17ab5 /htusers-sample
downloadauth-form-alt-master.tar.bz2
auth-form-alt-master.zip
Initial versionHEADmaster
It basically works
Diffstat (limited to 'htusers-sample')
-rw-r--r--htusers-sample12
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
..