Index: trunk/phase3/includes/AuthPlugin.php |
— | — | @@ -137,7 +137,7 @@ |
138 | 138 | * @return bool |
139 | 139 | */ |
140 | 140 | public function allowRealNameChange() { |
141 | | - return false; |
| 141 | + return true; |
142 | 142 | } |
143 | 143 | |
144 | 144 | /** |
— | — | @@ -146,7 +146,7 @@ |
147 | 147 | * @return bool |
148 | 148 | */ |
149 | 149 | public function allowEmailChange() { |
150 | | - return false; |
| 150 | + return true; |
151 | 151 | } |
152 | 152 | |
153 | 153 | /** |
— | — | @@ -155,7 +155,7 @@ |
156 | 156 | * @return bool |
157 | 157 | */ |
158 | 158 | public function allowNickChange() { |
159 | | - return false; |
| 159 | + return true; |
160 | 160 | } |
161 | 161 | |
162 | 162 | /** |