From e3d5b672e8d778129a0b4a6c5c52b31b9d8b5e90 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Fri, 1 May 2009 01:34:37 +0000 Subject: [PATCH] Default true :) --- includes/AuthPlugin.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; } /** -- 2.20.1