From abfd4695a05e6ca0725e782f009ee95d986f46dd Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Thu, 19 Feb 2009 23:59:04 +0000 Subject: [PATCH] Note incorrect docs in DefaultSettings.php --- includes/DefaultSettings.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 34adb07e1f..1cc3de467c 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1370,6 +1370,9 @@ $wgAutoConfirmCount = 0; * * If $wgEmailAuthentication is off, APCOND_EMAILCONFIRMED will be true for any * user who has provided an e-mail address. + * + * FIXME: The above documentation is incomplete. Several new possible + * conditions have been added to the software and need to be documented here. */ $wgAutopromote = array( 'autoconfirmed' => array( '&', -- 2.20.1