fix #1350 by removing admin_email from preferences model and add it as a site option in

site.yml.tmpl. This one needs running migrations
This commit is contained in:
Reinier Balt 2012-12-23 21:03:37 +01:00
parent a32f928fc8
commit bd656ee1c7
5 changed files with 17 additions and 7 deletions

View file

@ -45,3 +45,7 @@ open_signups: false
# this value is the cloudmailin-secret for verifying the authenticity of the request.
# (see http://docs.cloudmailin.com/validating_the_sender)
# cloudmailin: asdasd
# change this to reflect the email address of the admin that you want to show
# on the signup page
admin_email: my.email@domain.com