From: Tara L Andrews Date: Thu, 6 Sep 2012 13:56:03 +0000 (+0200) Subject: disable email confirmation for now X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bec03a85acc04f8738bccb9e11d0331e0559ddea;p=scpubgit%2Fstemmaweb.git disable email confirmation for now --- diff --git a/lib/stemmaweb.pm b/lib/stemmaweb.pm index ba6ea4a..7b52ebd 100644 --- a/lib/stemmaweb.pm +++ b/lib/stemmaweb.pm @@ -101,6 +101,7 @@ __PACKAGE__->config( login_db_field => 'username', action_after_login => '/users/success', action_after_register => '/users/success', + enable_sending_register_email => 0, register_email_from => '"Stemmaweb" ', register_email_subject => 'Registration to stemmaweb', register_email_template_plain => 'register-plain.tt',