From: Chad Horohoe Date: Fri, 1 May 2009 01:34:37 +0000 (+0000) Subject: Default true :) X-Git-Tag: 1.31.0-rc.0~41921 X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28?a=commitdiff_plain;h=e3d5b672e8d778129a0b4a6c5c52b31b9d8b5e90;p=lhc%2Fweb%2Fwiklou.git Default true :) --- diff --git a/includes/AuthPlugin.php b/includes/AuthPlugin.php index f4a4b10808..29be2def31 100644 --- a/includes/AuthPlugin.php +++ b/includes/AuthPlugin.php @@ -137,7 +137,7 @@ class AuthPlugin { * @return bool */ public function allowRealNameChange() { - return false; + return true; } /** @@ -146,7 +146,7 @@ class AuthPlugin { * @return bool */ public function allowEmailChange() { - return false; + return true; } /** @@ -155,7 +155,7 @@ class AuthPlugin { * @return bool */ public function allowNickChange() { - return false; + return true; } /**