diff --git a/development.ini b/development.ini --- a/development.ini +++ b/development.ini @@ -56,7 +56,7 @@ beaker.cache.super_short_term.expire=10 ### 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 --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 @@ -173,7 +173,7 @@ class DbManage(object): 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 --git a/pylons_app/public/css/style.css b/pylons_app/public/css/style.css --- a/pylons_app/public/css/style.css +++ b/pylons_app/public/css/style.css @@ -2877,7 +2877,7 @@ div.form div.fields div.buttons input #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;