# HG changeset patch # User Marcin Kuzminski # Date 1284308995 -7200 # Node ID ac559565c6b8e51211248475da81ee0a94e9c3c4 # Parent 935dddee7422dd464ef30a5db8b1aba42849f90d config change little style fix for form buttons fixes db manage default user email diff -r 935dddee7422 -r ac559565c6b8 development.ini --- a/development.ini Sat Sep 11 03:42:57 2010 +0200 +++ b/development.ini Sun Sep 12 18:29:55 2010 +0200 @@ -56,7 +56,7 @@ ### BEAKER SESSION #### #################################### ## Type of storage used for the session, current types are -## “dbm”, “file”, “memcached”, “database”, and “memory”. +## "dbm", "file", "memcached", "database", and "memory". ## The storage uses the Container API ##that is also used by the cache system. beaker.session.type = file diff -r 935dddee7422 -r ac559565c6b8 pylons_app/lib/db_manage.py --- a/pylons_app/lib/db_manage.py Sat Sep 11 03:42:57 2010 +0200 +++ b/pylons_app/lib/db_manage.py Sun Sep 12 18:29:55 2010 +0200 @@ -173,7 +173,7 @@ new_user.password = get_crypt_password(password) new_user.name = 'Hg' new_user.lastname = 'Admin' - new_user.email = 'admin@localhost' + new_user.email = 'admin@localhost.com' new_user.admin = admin new_user.active = True diff -r 935dddee7422 -r ac559565c6b8 pylons_app/public/css/style.css --- a/pylons_app/public/css/style.css Sat Sep 11 03:42:57 2010 +0200 +++ b/pylons_app/public/css/style.css Sun Sep 12 18:29:55 2010 +0200 @@ -2877,7 +2877,7 @@ #register div.form div.fields div.buttons { margin: 0; - padding: 10px 0 0 97px; + padding: 10px 0 0 114px; clear: both; overflow: hidden; border-top: 1px solid #DDDDDD;