From a1c444f7bd7ec983b152f81742b3c7dbc5f79ef9 Mon Sep 17 00:00:00 2001 From: Matthew Flaschen Date: Mon, 27 May 2013 16:43:06 -0400 Subject: [PATCH] Add autocreate to addNewUserLogEntry docs. Change-Id: I40bdd510dbbc32d32ceee39b54bb4c66ace0ccfc --- includes/User.php | 1 + 1 file changed, 1 insertion(+) 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 -- 2.20.1