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

Commit

Permalink
Default password according to current password standards
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
JosephNuthalapati2244 committed Jan 4, 2018
1 parent 9c75196 commit 4512c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[DEFAULT]
url = https://localhost:4430
username = tester
password = tester
password = testingtesting

0 comments on commit 4512c62

Please sign in to comment.