@@ -208,7 +208,6 @@ |
||
208 | 208 | * @param bool $mailpassword If set to true, a random password will be emailed to the user. Default false. |
209 | 209 | * @param string $reason Optional reason for creating the account to be put in the logs. Default null. |
210 | 210 | * @param string $realname Real name of user (optional). Default null. |
211 | - * @param bool $tboverride Override the title blacklist. Requires the tboverride right. Default false. |
|
212 | 211 | * @param string $language Language code to set as default for the user (optional, defaults to content language). Default null. |
213 | 212 | * @param string $domain Domain for external authentication (optional). Default null. |
214 | 213 | * @return bool True on success, false otherwise |