Add autocreate to addNewUserLogEntry docs.
authorMatthew Flaschen <mflaschen@wikimedia.org>
Mon, 27 May 2013 20:43:06 +0000 (16:43 -0400)
committerMatthew Flaschen <mflaschen@wikimedia.org>
Mon, 27 May 2013 20:43:06 +0000 (16:43 -0400)
Change-Id: I40bdd510dbbc32d32ceee39b54bb4c66ace0ccfc

includes/User.php

index a2d438c..8c88c17 100644 (file)
@@ -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