From 9c6354e5be3db406fa7f0966d65063e1d3b4d242 Mon Sep 17 00:00:00 2001 From: Tobias Sarnowski Date: Wed, 18 Apr 2012 18:04:25 +0000 Subject: use original conf directory and only shadow special files https://github.com/splitbrain/dokuwiki/pull/96#issuecomment-5195756 --- _test/conf/users.auth.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _test/conf/users.auth.php (limited to '_test/conf/users.auth.php') diff --git a/_test/conf/users.auth.php b/_test/conf/users.auth.php new file mode 100644 index 000000000..4adee0d4b --- /dev/null +++ b/_test/conf/users.auth.php @@ -0,0 +1,12 @@ +# users.auth.php +# +# Don't modify the lines above +# +# Userfile +# +# Format: +# +# user:MD5password:Real Name:email:groups,comma,seperated +# +# testuser : testpass +testuser:179ad45c6ce2cb97cf1029e212046e81:Arthur Dent:arthur@example.com: -- cgit v1.2.3