diff options
author | Sebastian Harl <sh@tokkee.org> | 2006-06-15 21:44:19 +0200 |
---|---|---|
committer | Sebastian Harl <sh@tokkee.org> | 2006-06-15 21:44:19 +0200 |
commit | a06e4bdbecc28dbf2b0581783ddc6dc97a03d530 (patch) | |
tree | a24650fd9ff65ca98a2383ff8c6ff86e9146067b /conf/dokuwiki.php | |
parent | 1f713250cf99079888e38f2656d23ac37a061e9b (diff) | |
download | rpg-a06e4bdbecc28dbf2b0581783ddc6dc97a03d530.tar.gz rpg-a06e4bdbecc28dbf2b0581783ddc6dc97a03d530.tar.bz2 |
register notify #826
A small patch for dokuwiki which enables dokuwiki to notify the
administrator about new user registrations
darcs-hash:20060615194419-022eb-51630aff3c6d93abc656742fc0bc723b93f97734.gz
Diffstat (limited to 'conf/dokuwiki.php')
-rw-r--r-- | conf/dokuwiki.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php index e92171322..ad99e5516 100644 --- a/conf/dokuwiki.php +++ b/conf/dokuwiki.php @@ -76,6 +76,7 @@ $conf['purgeonadd'] = 1; //purge cache when a new file is added $conf['locktime'] = 15*60; //maximum age for lockfiles (defaults to 15 minutes) $conf['fetchsize'] = 2*1024*1024; //maximum size (bytes) fetch.php may download from extern $conf['notify'] = ''; //send change info to this email (leave blank for nobody) +$conf['registernotify'] = ''; //send info about newly registered users to this email (leave blank for nobody) $conf['mailfrom'] = ''; //use this email when sending mails $conf['gzip_output'] = 0; //use gzip content encodeing for the output xhtml (if allowed by browser) $conf['gdlib'] = 2; //the GDlib version (0, 1 or 2) 2 tries to autodetect |