From: Matthew Flaschen Date: Mon, 27 May 2013 20:43:06 +0000 (-0400) Subject: Add autocreate to addNewUserLogEntry docs. X-Git-Tag: 1.31.0-rc.0~19569 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22brouteur%22%2C%28%24id_rubrique%20?a=commitdiff_plain;h=a1c444f7bd7ec983b152f81742b3c7dbc5f79ef9;p=lhc%2Fweb%2Fwiklou.git Add autocreate to addNewUserLogEntry docs. Change-Id: I40bdd510dbbc32d32ceee39b54bb4c66ace0ccfc --- diff --git a/includes/User.php b/includes/User.php index a2d438c9e3..8c88c17778 100644 --- a/includes/User.php +++ b/includes/User.php @@ -4315,6 +4315,7 @@ class User { * no matter the value of $wgUser * - 'create2' for a logged in user creating an account for someone else * - 'byemail' when the created user will receive its password by e-mail + * - 'autocreate' when the user is automatically created (such as by CentralAuth). * - Boolean means whether the account was created by e-mail (deprecated): * - true will be converted to 'byemail' * - false will be converted to 'create' if this object is the same as