From 68b72fa62aadbda4e48a4f9075b332583c5b5338 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Wed, 27 Apr 2011 19:22:52 -0700 Subject: Notification emails for new users. --- libpiny/lib/Piny/Config.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libpiny/lib/Piny/Config.pm') 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'; -- cgit v1.2.3