Index: trunk/extensions/FlaggedRevs/FlaggedRevs.php |
— | — | @@ -204,7 +204,7 @@ |
205 | 205 | 'uniqueContentPages' => 10, # $wgContentNamespaces unique pages edited |
206 | 206 | 'editComments' => 50, # how many edit comments used? |
207 | 207 | 'email' => false, # user must be emailconfirmed? |
208 | | - 'userpage' => true, # user must have a userpage? |
| 208 | + 'userpage' => false, # user must have a userpage? |
209 | 209 | 'userpageBytes' => 100, # if userpage is needed, what is the min size? |
210 | 210 | 'uniqueIPAddress' => false, # If $wgPutIPinRC is true, users sharing IPs won't be promoted |
211 | 211 | 'neverBlocked' => true, # Can users that were blocked be promoted? |