summaryrefslogtreecommitdiffstats
path: root/src/test/config
diff options
context:
space:
mode:
authorFlorian Zschocke <florian.zschocke@devolo.de>2019-11-11 22:03:32 +0100
committerFlorian Zschocke <florian.zschocke@devolo.de>2019-11-11 22:03:32 +0100
commitd94994719b6fb1917aae355957bb15b30fdf1e1b (patch)
treec7bb4f8953b6cc2a94f8b8ddd81e6c051512c327 /src/test/config
parent413062f058771e0a5e494d480c6f383a9d170d04 (diff)
downloadgitblit-d94994719b6fb1917aae355957bb15b30fdf1e1b.tar.gz
gitblit-d94994719b6fb1917aae355957bb15b30fdf1e1b.zip
Update test file with MD hashed password
With the feature of passwords getting automatically upgraded to a hashed version, the default `admin` password in the test-users file will get stored as MD5 hashed during test execution. Commit this change, so that the file isn't always showing up as changed.
Diffstat (limited to 'src/test/config')
-rw-r--r--src/test/config/test-users.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/config/test-users.conf b/src/test/config/test-users.conf
index 4361410c..12f53a9e 100644
--- a/src/test/config/test-users.conf
+++ b/src/test/config/test-users.conf
@@ -1,5 +1,6 @@
+
[user "admin"]
- password = admin
+ password = MD5:21232f297a57a5a743894a0e4a801fc3
cookie = dd94709528bb1c83d08f3088d4043f4742891f4f
accountType = LOCAL
emailMeOnMyTicketChanges = true