Skip to content
This repository was archived by the owner on Jan 14, 2018. It is now read-only.

Commit 4512c62

Browse files
Default password according to current password standards
The earlier password tester@123 is being rejected by django as it is too similar to the username. Changed to a valid password. Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
1 parent 9c75196 commit 4512c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[DEFAULT]
22
url = https://localhost:4430
33
username = tester
4-
password = tester
4+
password = testingtesting

0 commit comments

Comments
 (0)