Default true :)
authorChad Horohoe <demon@users.mediawiki.org>
Fri, 1 May 2009 01:34:37 +0000 (01:34 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Fri, 1 May 2009 01:34:37 +0000 (01:34 +0000)
includes/AuthPlugin.php

index f4a4b10..29be2de 100644 (file)
@@ -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;
        }
 
        /**