Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1370,6 +1370,9 @@ |
1371 | 1371 | * |
1372 | 1372 | * If $wgEmailAuthentication is off, APCOND_EMAILCONFIRMED will be true for any |
1373 | 1373 | * user who has provided an e-mail address. |
| 1374 | + * |
| 1375 | + * FIXME: The above documentation is incomplete. Several new possible |
| 1376 | + * conditions have been added to the software and need to be documented here. |
1374 | 1377 | */ |
1375 | 1378 | $wgAutopromote = array( |
1376 | 1379 | 'autoconfirmed' => array( '&', |