mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-16 01:06:32 +01:00
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:
parent
a32f928fc8
commit
bd656ee1c7
5 changed files with 17 additions and 7 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue