diff pylons_app/lib/db_manage.py @ 263:c3aeb819d9ab

typo fix
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 06 Jun 2010 23:34:26 +0200
parents a4be1ebb214f
children 0d68a749db33
line wrap: on
line diff
--- a/pylons_app/lib/db_manage.py	Sun Jun 06 23:33:26 2010 +0200
+++ b/pylons_app/lib/db_manage.py	Sun Jun 06 23:34:26 2010 +0200
@@ -87,7 +87,7 @@
         new_user.password = get_crypt_password(password)
         new_user.username = 'Admin'
         new_user.lastname = 'Admin'
-        new_user.lastname = 'admin@localhost'
+        new_user.email = 'admin@localhost'
         new_user.admin = admin
         new_user.active = True