diff --git a/pylons_app/lib/db_manage.py b/pylons_app/lib/db_manage.py --- a/pylons_app/lib/db_manage.py +++ b/pylons_app/lib/db_manage.py @@ -88,9 +88,9 @@ class DbManage(object): self.create_user(username, password, email, True) else: log.info('creating admin and regular test users') - self.create_user('test_admin', 'test', 'test_admin@mail.com', True) - self.create_user('test_regular', 'test', 'test_regular@mail.com', False) - self.create_user('test_regular2', 'test', 'test_regular2@mail.com', False) + self.create_user('test_admin', 'test12', 'test_admin@mail.com', True) + self.create_user('test_regular', 'test12', 'test_regular@mail.com', False) + self.create_user('test_regular2', 'test12', 'test_regular2@mail.com', False)