diff options
author | Florian Zschocke <florian.zschocke@devolo.de> | 2019-11-11 22:03:32 +0100 |
---|---|---|
committer | Florian Zschocke <florian.zschocke@devolo.de> | 2019-11-11 22:03:32 +0100 |
commit | d94994719b6fb1917aae355957bb15b30fdf1e1b (patch) | |
tree | c7bb4f8953b6cc2a94f8b8ddd81e6c051512c327 /src/test/config | |
parent | 413062f058771e0a5e494d480c6f383a9d170d04 (diff) | |
download | gitblit-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.conf | 3 |
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 |