]> source.dussan.org Git - gitblit.git/commitdiff
Update test file with MD hashed password
authorFlorian Zschocke <florian.zschocke@devolo.de>
Mon, 11 Nov 2019 21:03:32 +0000 (22:03 +0100)
committerFlorian Zschocke <florian.zschocke@devolo.de>
Mon, 11 Nov 2019 21:03:32 +0000 (22:03 +0100)
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.

src/test/config/test-users.conf

index 4361410c7e305ef9a208e461473422f53c7f0998..12f53a9eaea0f97d07ab5672582357f1fe1d491a 100644 (file)
@@ -1,5 +1,6 @@
+
 [user "admin"]
-       password = admin
+       password = MD5:21232f297a57a5a743894a0e4a801fc3
        cookie = dd94709528bb1c83d08f3088d4043f4742891f4f
        accountType = LOCAL
        emailMeOnMyTicketChanges = true