r50087 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r50086‎ | r50087 | r50088 >
Date:01:34, 1 May 2009
Author:demon
Status:ok
Tags:
Comment:
Default true :)
Modified paths:
  • /trunk/phase3/includes/AuthPlugin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/AuthPlugin.php
@@ -137,7 +137,7 @@
138138 * @return bool
139139 */
140140 public function allowRealNameChange() {
141 - return false;
 141+ return true;
142142 }
143143
144144 /**
@@ -146,7 +146,7 @@
147147 * @return bool
148148 */
149149 public function allowEmailChange() {
150 - return false;
 150+ return true;
151151 }
152152
153153 /**
@@ -155,7 +155,7 @@
156156 * @return bool
157157 */
158158 public function allowNickChange() {
159 - return false;
 159+ return true;
160160 }
161161
162162 /**

Status & tagging log