From 5f77a4ab463e711121484a17bb5de522400b2dc9 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 29 Apr 2017 13:20:21 +0200 Subject: Extra security to prevent recursion on bulk update --- ishtar_common/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/tests.py') diff --git a/ishtar_common/tests.py b/ishtar_common/tests.py index e3958814c..eca722670 100644 --- a/ishtar_common/tests.py +++ b/ishtar_common/tests.py @@ -84,7 +84,7 @@ def create_superuser(): def create_user(): username = 'username678' - password = 'dcbqj756456!@%' + password = 'dcbqj756aaa456!@%' q = User.objects.filter(username=username) if q.count(): return username, password, q.all()[0] -- cgit v1.2.3