diff options
author | Julian Blake Kongslie <jblake@omgwallhack.org> | 2011-04-27 19:22:52 -0700 |
---|---|---|
committer | Julian Blake Kongslie <jblake@omgwallhack.org> | 2011-04-27 19:22:52 -0700 |
commit | 68b72fa62aadbda4e48a4f9075b332583c5b5338 (patch) | |
tree | 9bf516006d78fcdd8a18c67e6b6f9bb6d5a4ffa1 /libpiny/lib | |
parent | 89f316c608452cfafd6b4364e380852f363720dd (diff) | |
download | piny-code-68b72fa62aadbda4e48a4f9075b332583c5b5338.tar.gz piny-code-68b72fa62aadbda4e48a4f9075b332583c5b5338.zip |
Notification emails for new users.
Diffstat (limited to 'libpiny/lib')
-rw-r--r-- | libpiny/lib/Piny/Config.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libpiny/lib/Piny/Config.pm b/libpiny/lib/Piny/Config.pm index 535df33..a715024 100644 --- a/libpiny/lib/Piny/Config.pm +++ b/libpiny/lib/Piny/Config.pm @@ -208,6 +208,9 @@ sub tweakable { # The tweakables +# Global tweakables, which only make sense in the global config file. +tweakable "piny_newuseremail" => "jrayhawk\@omgwallhack.org", 'Str'; + # Repo-specific tweakables, in the repos' .git/config files. tweakable "piny_ikiwikidestdir" => "/srv/www/piny.be/", 'PathDir'; tweakable "piny_ikiwikisrcdir" => "/srv/ikiwiki/", 'PathDir'; |