MediaWiki REL1_33
|
The User object encapsulates all of the user-specific settings (user_id, name, rights, email address, options, last login time). More...
Public Member Functions | |
__construct () | |
Lightweight constructor for an anonymous user. | |
__toString () | |
getMutableCacheKeys (WANObjectCache $cache) | |
isSafeToLoad () | |
Test if it's safe to load this User object. | |
load ( $flags=self::READ_NORMAL) | |
Load the user table data for this object from the source given by mFrom. | |
loadFromId ( $flags=self::READ_NORMAL) | |
Load user table data, given mId has already been set. | |
Public Member Functions inherited from MediaWiki\User\UserIdentity | |
getActorId () | |
Static Public Member Functions | |
static | purge ( $wikiId, $userId) |
Public Attributes | |
Block | $mBlock |
string | $mBlockedby |
string | $mEmail |
string | $mEmailAuthenticated |
$mFrom | |
String Initialization data source if mLoadedItems!==true. | |
bool | $mHideName |
int | $mId |
Cache variables. | |
string | $mName |
array | $mOptions |
$mOptionsLoaded | |
Bool Whether the cache variables have been loaded. | |
string | $mRealName |
array | $mRights |
string | $mTouched |
TS_MW timestamp from the DB. | |
const | CHECK_USER_RIGHTS = true |
const | GETOPTIONS_EXCLUDE_DEFAULTS = 1 |
Exclude user options that are set to their default value. | |
const | IGNORE_USER_RIGHTS = false |
const | INVALID_TOKEN = '*** INVALID ***' |
@const string An invalid value for user_token | |
const | TOKEN_LENGTH = 32 |
@const int Number of characters in user_token field. | |
const | VERSION = 13 |
@const int Serialized record version. | |
Public Attributes inherited from IDBAccessObject | |
const | READ_LOCKING = self::READ_LATEST | 2 |
Constants for object loading bitfield flags (higher => higher QoS) | |
const | READ_NONE = -1 |
Static Public Attributes | |
static | $idCacheByName = [] |
Protected Member Functions | |
getCacheKey (WANObjectCache $cache) | |
loadFromCache () | |
Load user data from shared cache, given mId has already been set. | |
Protected Attributes | |
int null | $mActorId |
bool | $mAllowUsertalk |
string | $mBlockreason |
string | $mDatePreference |
int | $mEditCount |
array | $mEffectiveGroups |
string | $mEmailToken |
string | $mEmailTokenExpires |
array | $mFormerGroups |
Block | $mGlobalBlock |
UserGroupMembership[] | $mGroupMemberships |
Associative array of (group name => UserGroupMembership object) | |
string | $mHash |
array | $mImplicitGroups |
$mLoadedItems = [] | |
Array with already loaded items or true if all items have been loaded. | |
bool | $mLocked |
$mNewtalk | |
Lazy-initialized variables, invalidated with clearInstanceCache. | |
array | $mOptionOverrides |
string | $mQuickTouched |
TS_MW timestamp from cache. | |
string | $mRegistration |
string | $mToken |
int | $queryFlagsUsed = self::READ_NORMAL |
User::READ_* constant bitfield used to load data. | |
Static Protected Attributes | |
static | $mAllRights = false |
String Cached results of getAllRights() | |
static | $mCacheVars |
Array of Strings List of member variables which are saved to the shared cache (memcached). | |
static | $mCoreRights |
Array of Strings Core rights. | |
Private Attributes | |
Block | $mBlockedFromCreateAccount = false |
WebRequest | $mRequest |
newFrom*() static factory methods | |
static array null | $defOpt = null |
Is the user an IP range? | |
static string null | $defOptLang = null |
Is the user an IP range? | |
isIPRange () | |
Is the user an IP range? | |
isValidPassword ( $password) | |
Is the input a valid password for this user? | |
getPasswordValidity ( $password) | |
Given unvalidated password input, return error message on failure. | |
checkPasswordValidity ( $password) | |
Check if this is a valid password for this user. | |
loadDefaults ( $name=false) | |
Set cached properties to default. | |
isItemLoaded ( $item, $all='all') | |
Return whether an item has been loaded. | |
trackBlockWithCookie () | |
Set the 'BlockID' cookie depending on block type and user authentication status. | |
loadFromDatabase ( $flags=self::READ_LATEST) | |
Load user and user_group data from the database. | |
addAutopromoteOnceGroups ( $event) | |
Add the user to the group if he/she meets given criteria. | |
clearInstanceCache ( $reloadFrom=false) | |
Clear various cached data stored in this object. | |
isDnsBlacklisted ( $ip, $checkWhitelist=false) | |
Whether the given IP is in a DNS blacklist. | |
inDnsBlacklist ( $ip, $bases) | |
Whether the given IP is in a given DNS blacklist. | |
isPingLimitable () | |
Is this user subject to rate limiting? | |
pingLimiter ( $action='edit', $incrBy=1) | |
Primitive rate limits: enforce maximum actions per time period to put a brake on flooding. | |
isBlocked ( $fromReplica=true) | |
Check if user is blocked. | |
getBlock ( $fromReplica=true) | |
Get the block affecting the user, or null if the user is not blocked. | |
isBlockedFrom ( $title, $fromReplica=false) | |
Check if user is blocked from editing a particular article. | |
blockedBy () | |
If user is blocked, return the name of the user who placed the block. | |
blockedFor () | |
If user is blocked, return the specified reason for the block. | |
getBlockId () | |
If user is blocked, return the ID for the block. | |
isBlockedGlobally ( $ip='') | |
Check if user is blocked on all wikis. | |
getGlobalBlock ( $ip='') | |
Check if user is blocked on all wikis. | |
isLocked () | |
Check if user account is locked. | |
isHidden () | |
Check if user account is hidden. | |
getId () | |
Get the user's ID. | |
setId ( $v) | |
Set the user and reload all fields according to a given ID. | |
getName () | |
Get the user name, or the IP of an anonymous user. | |
setName ( $str) | |
Set the user name. | |
getActorId (IDatabase $dbw=null) | |
Get the user's actor ID. | |
getTitleKey () | |
Get the user's name escaped by underscores. | |
getNewtalk () | |
Check if the user has new messages. | |
getNewMessageLinks () | |
Return the data needed to construct links for new talk page message alerts. | |
getNewMessageRevisionId () | |
Get the revision ID for the last talk page revision viewed by the talk page owner. | |
setNewtalk ( $val, $curRev=null) | |
Update the 'You have new messages!' status. | |
clearSharedCache ( $mode='refresh') | |
Clear user data from memcached. | |
invalidateCache () | |
Immediately touch the user data cache for this account. | |
touch () | |
Update the "touched" timestamp for the user. | |
validateCache ( $timestamp) | |
Validate the cache for this account. | |
getTouched () | |
Get the user touched timestamp. | |
getDBTouched () | |
Get the user_touched timestamp field (time of last DB updates) | |
setPassword ( $str) | |
Set the password and reset the random token. | |
setInternalPassword ( $str) | |
Set the password and reset the random token unconditionally. | |
changeAuthenticationData (array $data) | |
Changes credentials of the user. | |
getToken ( $forceCreation=true) | |
Get the user's current token. | |
setToken ( $token=false) | |
Set the random token (used for persistent authentication) Called from loadDefaults() among other places. | |
setNewpassword ( $str, $throttle=true) | |
Set the password for a password reminder or new account email. | |
getEmail () | |
Get the user's e-mail address. | |
getEmailAuthenticationTimestamp () | |
Get the timestamp of the user's e-mail authentication. | |
setEmail ( $str) | |
Set the user's e-mail address. | |
setEmailWithConfirmation ( $str) | |
Set the user's e-mail address and a confirmation mail if needed. | |
getRealName () | |
Get the user's real name. | |
setRealName ( $str) | |
Set the user's real name. | |
getOption ( $oname, $defaultOverride=null, $ignoreHidden=false) | |
Get the user's current setting for a given option. | |
getOptions ( $flags=0) | |
Get all user's options. | |
getBoolOption ( $oname) | |
Get the user's current setting for a given option, as a boolean value. | |
getIntOption ( $oname, $defaultOverride=0) | |
Get the user's current setting for a given option, as an integer value. | |
setOption ( $oname, $val) | |
Set the given option for a user. | |
getTokenFromOption ( $oname) | |
Get a token stored in the preferences (like the watchlist one), resetting it if it's empty (and saving changes). | |
resetTokenFromOption ( $oname) | |
Reset a token stored in the preferences (like the watchlist one). | |
getOptionKinds (IContextSource $context, $options=null) | |
Return an associative array mapping preferences keys to the kind of a preference they're used for. | |
resetOptions ( $resetKinds=[ 'registered', 'registered-multiselect', 'registered-checkmatrix', 'unused'], IContextSource $context=null) | |
Reset certain (or all) options to the site defaults. | |
getDatePreference () | |
Get the user's preferred date format. | |
requiresHTTPS () | |
Determine based on the wiki configuration and the user's options, whether this user must be over HTTPS no matter what. | |
getStubThreshold () | |
Get the user preferred stub threshold. | |
getRights () | |
Get the permissions this user has. | |
getGroups () | |
Get the list of explicit group memberships this user has. | |
getGroupMemberships () | |
Get the list of explicit group memberships this user has, stored as UserGroupMembership objects. | |
getEffectiveGroups ( $recache=false) | |
Get the list of implicit group memberships this user has. | |
getAutomaticGroups ( $recache=false) | |
Get the list of implicit group memberships this user has. | |
getFormerGroups () | |
Returns the groups the user has belonged to. | |
getEditCount () | |
Get the user's edit count. | |
addGroup ( $group, $expiry=null) | |
Add the user to the given group. | |
removeGroup ( $group) | |
Remove the user from the given group. | |
isLoggedIn () | |
Get whether the user is logged in. | |
isAnon () | |
Get whether the user is anonymous. | |
isBot () | |
isAllowedAny () | |
Check if user is allowed to access a feature / make an action. | |
isAllowedAll () | |
isAllowed ( $action='') | |
Internal mechanics of testing a permission. | |
useRCPatrol () | |
Check whether to enable recent changes patrol features for this user. | |
useNPPatrol () | |
Check whether to enable new pages patrol features for this user. | |
useFilePatrol () | |
Check whether to enable new files patrol features for this user. | |
getRequest () | |
Get the WebRequest object to use with this object. | |
isWatched ( $title, $checkRights=self::CHECK_USER_RIGHTS) | |
Check the watched status of an article. | |
addWatch ( $title, $checkRights=self::CHECK_USER_RIGHTS) | |
Watch an article. | |
removeWatch ( $title, $checkRights=self::CHECK_USER_RIGHTS) | |
Stop watching an article. | |
clearNotification (&$title, $oldid=0) | |
Clear the user's notification timestamp for the given title. | |
clearAllNotifications () | |
Resets all of the given user's page-change notification timestamps. | |
getExperienceLevel () | |
Compute experienced level based on edit count and registration date. | |
setCookies ( $request=null, $secure=null, $rememberMe=false) | |
Persist this user's session (e.g. | |
logout () | |
Log this user out. | |
doLogout () | |
Clear the user's session, and reset the instance cache. | |
saveSettings () | |
Save this user's settings into the database. | |
idForName ( $flags=0) | |
If only this user's username is known, and it exists, return the user ID. | |
addToDatabase () | |
Add this existing user object to the database. | |
spreadAnyEditBlock () | |
If this user is logged-in and blocked, block any IP address they've successfully logged in from. | |
isBlockedFromCreateAccount () | |
Get whether the user is explicitly blocked from account creation. | |
isBlockedFromEmailuser () | |
Get whether the user is blocked from using Special:Emailuser. | |
isBlockedFromUpload () | |
Get whether the user is blocked from using Special:Upload. | |
isAllowedToCreateAccount () | |
Get whether the user is allowed to create an account. | |
getUserPage () | |
Get this user's personal page title. | |
getTalkPage () | |
Get this user's talk page title. | |
isNewbie () | |
Determine whether the user is a newbie. | |
checkPassword ( $password) | |
Check to see if the given clear-text password is one of the accepted passwords. | |
checkTemporaryPassword ( $plaintext) | |
Check if the given clear-text password matches the temporary password sent by e-mail for password reset operations. | |
getEditTokenObject ( $salt='', $request=null) | |
Initialize (if necessary) and return a session token value which can be used in edit forms to show that the user's login credentials aren't being hijacked with a foreign form submission. | |
getEditToken ( $salt='', $request=null) | |
Initialize (if necessary) and return a session token value which can be used in edit forms to show that the user's login credentials aren't being hijacked with a foreign form submission. | |
matchEditToken ( $val, $salt='', $request=null, $maxage=null) | |
Check given value against the token value stored in the session. | |
matchEditTokenNoSuffix ( $val, $salt='', $request=null, $maxage=null) | |
Check given value against the token value stored in the session, ignoring the suffix. | |
sendConfirmationMail ( $type='created') | |
Generate a new e-mail confirmation token and send a confirmation/invalidation mail to the user's given address. | |
sendMail ( $subject, $body, $from=null, $replyto=null) | |
Send an e-mail to this user's account. | |
confirmEmail () | |
Mark the e-mail address confirmed. | |
invalidateEmail () | |
Invalidate the user's e-mail confirmation, and unauthenticate the e-mail address if it was already confirmed. | |
setEmailAuthenticationTimestamp ( $timestamp) | |
Set the e-mail authentication timestamp. | |
canSendEmail () | |
Is this user allowed to send e-mails within limits of current site configuration? | |
canReceiveEmail () | |
Is this user allowed to receive e-mails within limits of current site configuration? | |
isEmailConfirmed () | |
Is this user's e-mail address valid-looking and confirmed within limits of the current site configuration? | |
isEmailConfirmationPending () | |
Check whether there is an outstanding request for e-mail confirmation. | |
getRegistration () | |
Get the timestamp of account creation. | |
getFirstEditTimestamp () | |
Get the timestamp of the first edit. | |
getLatestEditTimestamp () | |
Get the timestamp of the latest edit. | |
changeableGroups () | |
Returns an array of groups that this user can add and remove. | |
incEditCount () | |
Schedule a deferred update to update the user's edit count. | |
setEditCountInternal ( $count) | |
This method should not be called outside User/UserEditCountUpdate. | |
initEditCountInternal () | |
Initialize user_editcount from data out of the revision table. | |
addNewUserLogEntry ( $action=false, $reason='') | |
Add a newuser log entry for this user. | |
addNewUserLogEntryAutoCreate () | |
Add an autocreate newuser log entry for this user Used by things like CentralAuth and perhaps other authplugins. | |
getInstanceForUpdate () | |
Get a new instance of this user that was loaded from the master via a locking read. | |
equals (UserIdentity $user) | |
Checks if two user objects point to the same user. | |
isAllowUsertalk () | |
Checks if usertalk is allowed. | |
static | newFromName ( $name, $validate='valid') |
Static factory method for creation from username. | |
static | newFromId ( $id) |
Static factory method for creation from a given user ID. | |
static | newFromActorId ( $id) |
Static factory method for creation from a given actor ID. | |
static | newFromIdentity (UserIdentity $identity) |
Returns a User object corresponding to the given UserIdentity. | |
static | newFromAnyId ( $userId, $userName, $actorId) |
Static factory method for creation from an ID, name, and/or actor ID. | |
static | newFromConfirmationCode ( $code, $flags=0) |
Factory method to fetch whichever user has a given email confirmation code. | |
static | newFromSession (WebRequest $request=null) |
Create a new user object using data from session. | |
static | newFromRow ( $row, $data=null) |
Create a new user object from a user row. | |
static | newSystemUser ( $name, $options=[]) |
Static factory method for creation of a "system" user from username. | |
static | whoIs ( $id) |
Get the username corresponding to a given user ID. | |
static | whoIsReal ( $id) |
Get the real name of a user given their user ID. | |
static | idFromName ( $name, $flags=self::READ_NORMAL) |
Get database id given a user name. | |
static | resetIdByNameCache () |
Reset the cache used in idFromName(). | |
static | isIP ( $name) |
Does the string match an anonymous IP address? | |
static | isValidUserName ( $name) |
Is the input a valid username? | |
static | isUsableName ( $name) |
Usernames which fail to pass this function will be blocked from user login and new account registrations, but may be used internally by batch processes. | |
static | findUsersByGroup ( $groups, $limit=5000, $after=null) |
Return the users who are members of the given group(s). | |
static | isCreatableName ( $name) |
Usernames which fail to pass this function will be blocked from new account registrations, but may be used internally either by batch processes or by user accounts which have already been created. | |
static | getCanonicalName ( $name, $validate='valid') |
Given unvalidated user input, return a canonical username, or false if the username is invalid. | |
static | randomPassword () |
Return a random password. | |
static | resetGetDefaultOptionsForTestsOnly () |
Reset the process cache of default user options. | |
static | getDefaultOptions () |
Combine the language default options with any site-specific options and add the default language variants. | |
static | getDefaultOption ( $opt) |
Get a given default option value. | |
static | isLocallyBlockedProxy ( $ip) |
Check if an IP address is in the local proxy list. | |
static | listOptionKinds () |
Return a list of the types of user options currently returned by User::getOptionKinds(). | |
static | createNew ( $name, $params=[]) |
Add a user to the database, return the user object. | |
static | getGroupPermissions ( $groups) |
Get the permissions associated with a given list of groups. | |
static | getGroupsWithPermission ( $role) |
Get all the groups who have a given permission. | |
static | groupHasPermission ( $group, $role) |
Check, if the given group has the given permission. | |
static | isEveryoneAllowed ( $right) |
Check if all users may be assumed to have the given permission. | |
static | getAllGroups () |
Return the set of defined explicit groups. | |
static | getAllRights () |
Get a list of all available permissions. | |
static | getImplicitGroups () |
Get a list of implicit groups TODO: Should we deprecate this? It's trivial, but we don't want to encourage use of globals. | |
static | getGroupPage ( $group) |
Get the title of a page describing a particular group. | |
static | makeGroupLinkHTML ( $group, $text='') |
Create a link to the group in HTML, if available; else return the group name. | |
static | makeGroupLinkWiki ( $group, $text='') |
Create a link to the group in Wikitext, if available; else return the group name. | |
static | changeableByGroup ( $group) |
Returns an array of the groups that a particular group can add/remove. | |
static | getRightDescription ( $right) |
Get the description of a given right. | |
static | getGrantName ( $grant) |
Get the name of a given grant. | |
static | selectFields () |
Return the list of user fields that should be selected to create a new user object. | |
static | getQueryInfo () |
Return the tables, fields, and join conditions to be selected to create a new user object. | |
static | newFatalPermissionDeniedStatus ( $permission) |
Factory function for fatal permission-denied errors. | |
setItemLoaded ( $item) | |
Set that an item has been loaded. | |
loadFromRow ( $row, $data=null) | |
Initialize this object from a row from the user table. | |
loadFromUserObject ( $user) | |
Load the data for this user object from another user object. | |
makeUpdateConditions (IDatabase $db, array $conditions) | |
Builds update conditions. | |
checkAndSetTouched () | |
Bump user_touched if it didn't change since this object was loaded. | |
getBlockFromCookieValue ( $blockCookieVal) | |
Try to load a Block from an ID given in a cookie value. | |
checkNewtalk ( $field, $id) | |
Internal uncached check for new messages. | |
updateNewtalk ( $field, $id, $curRev=null) | |
Add or update the new messages flag. | |
deleteNewtalk ( $field, $id) | |
Clear the new messages flag for the given user. | |
spreadBlock () | |
If this (non-anonymous) user is blocked, block the IP address they've successfully logged in from. | |
confirmationToken (&$expiration) | |
Generate, store, and return a new e-mail confirmation code. | |
confirmationTokenUrl ( $token) | |
Return a URL the user can use to confirm their email address. | |
invalidationTokenUrl ( $token) | |
Return a URL the user can use to invalidate their email address. | |
getTokenUrl ( $page, $token) | |
Internal function to format the e-mail validation/invalidation URLs. | |
loadOptions ( $data=null) | |
Load the user options either from cache, the database or an array. | |
saveOptions () | |
Saves the non-default options for this user, as previously set e.g. | |
loadFromSession () | |
Load user data from the session. | |
loadGroups () | |
Load the groups from the database if they aren't already loaded. | |
getBlockedStatus ( $fromReplica=true) | |
Get blocking information. | |
newTouchedTimestamp () | |
Generate a current or new-future timestamp to be stored in the user_touched field when we update things. | |
setPasswordInternal ( $str) | |
Actually set the password and such. | |
updateActorId (IDatabase $dbw) | |
Update the actor ID after an insert. | |
getEditTimestamp ( $first) | |
Get the timestamp of the first or latest edit. | |
The User object encapsulates all of the user-specific settings (user_id, name, rights, email address, options, last login time).
Client classes use the getXXX() functions to access these fields. These functions do all the work of determining whether the user is logged in, whether the requested option can be satisfied from cookies or whether a database query is needed. Most of the settings needed for rendering normal pages are set in the cookie to minimize use of the database.
User::__construct | ( | ) |
Lightweight constructor for an anonymous user.
Use the User::newFrom* factory functions for other kinds of users.
Definition at line 316 of file User.php.
References clearInstanceCache().
User::addAutopromoteOnceGroups | ( | $event | ) |
Add the user to the group if he/she meets given criteria.
Contrary to autopromotion by \ref $wgAutopromote, the group will be possible to remove manually via Special:UserRights. In such case it will not be re-added automatically. The user will also not lose the group if they no longer meet the criteria.
string | $event | Key in $wgAutopromoteOnce (each one has groups/criteria) |
Definition at line 1627 of file User.php.
References $wgAutopromoteOnceLogInRC, addGroup(), as, checkAndSetTouched(), Autopromote\getAutopromoteOnceGroups(), getGroupMemberships(), getGroups(), getId(), getUserPage(), and wfReadOnly().
Referenced by MediaWiki\Storage\PageUpdater\saveRevision().
User::addGroup | ( | $group, | |
$expiry = null |
|||
) |
Add the user to the given group.
This takes immediate effect. If the user is already in the group, the expiry time will be updated to the new expiry time. (If $expiry is omitted or null, the membership will be altered to never expire.)
string | $group | Name of the group to add |
string | null | $expiry | Optional expiry timestamp in any format acceptable to wfTimestamp(), or null if the group assignment should not expire |
Definition at line 3727 of file User.php.
References getEffectiveGroups(), invalidateCache(), load, loadGroups(), and wfTimestamp().
Referenced by addAutopromoteOnceGroups().
User::addNewUserLogEntry | ( | $action = false , |
|
$reason = '' |
|||
) |
Add a newuser log entry for this user.
Before 1.19 the return value was always true.
string | bool | $action | Account creation type.
|
string | $reason | User supplied reason |
Definition at line 5451 of file User.php.
Referenced by addNewUserLogEntryAutoCreate().
User::addNewUserLogEntryAutoCreate | ( | ) |
Add an autocreate newuser log entry for this user Used by things like CentralAuth and perhaps other authplugins.
Consider calling addNewUserLogEntry() directly instead.
Definition at line 5463 of file User.php.
References addNewUserLogEntry().
User::addToDatabase | ( | ) |
Add this existing user object to the database.
If the user already exists, a fatal status object is returned, and the user object is initialised with the data from the database.
Previously, this function generated a DB error due to a key conflict if the user already existed. Many extension callers use this function in code along the lines of:
$user = User::newFromName( $name ); if ( !$user->isLoggedIn() ) { $user->addToDatabase(); } // do something with $user...
However, this was vulnerable to a race condition (T18020). By initialising the user object if the user exists, we aim to support this calling sequence as far as possible.
Note that if the user exists, this function will acquire a write lock, so it is still advisable to make the call conditional on isLoggedIn(), and to commit the transaction after calling.
MWException |
Definition at line 4376 of file User.php.
References $fname, $mId, $mName, clearInstanceCache(), DB_MASTER, load, loadFromDatabase(), newTouchedTimestamp(), saveOptions(), setToken(), updateActorId(), and wfGetDB().
Referenced by UserTest\testActorId(), and UserTest\testActorId_old().
User::addWatch | ( | $title, | |
$checkRights = self::CHECK_USER_RIGHTS |
|||
) |
Watch an article.
Title | $title | Title of the article to look at |
bool | $checkRights | Whether to check 'viewmywatchlist'/'editmywatchlist' rights. Pass User::CHECK_USER_RIGHTS or User::IGNORE_USER_RIGHTS. |
Definition at line 3934 of file User.php.
References $title, invalidateCache(), and isAllowed().
Referenced by LocalFile\recordUpload().
User::blockedBy | ( | ) |
If user is blocked, return the name of the user who placed the block.
Definition at line 2315 of file User.php.
References $mBlockedby, and getBlockedStatus().
Referenced by SpecialBlock\checkUnblockSelf(), and UserTest\testBlockInstanceCache().
User::blockedFor | ( | ) |
If user is blocked, return the specified reason for the block.
Definition at line 2324 of file User.php.
References $mBlockreason, and getBlockedStatus().
Referenced by UserTest\testBlockInstanceCache().
User::canReceiveEmail | ( | ) |
Is this user allowed to receive e-mails within limits of current site configuration?
Definition at line 4892 of file User.php.
References getOption(), and isEmailConfirmed().
User::canSendEmail | ( | ) |
Is this user allowed to send e-mails within limits of current site configuration?
Definition at line 4875 of file User.php.
References $user, $wgEnableEmail, $wgEnableUserEmail, isAllowed(), and isEmailConfirmed().
|
static |
Returns an array of the groups that a particular group can add/remove.
string | $group | The group to check for whether it can add/remove |
Definition at line 5238 of file User.php.
References $value, $wgAddGroups, $wgGroupsAddToSelf, $wgGroupsRemoveFromSelf, $wgRemoveGroups, as, and getAllGroups().
Referenced by changeableGroups().
User::changeableGroups | ( | ) |
Returns an array of groups that this user can add and remove.
Definition at line 5311 of file User.php.
References as, changeableByGroup(), getEffectiveGroups(), and isAllowed().
User::changeAuthenticationData | ( | array | $data | ) |
Changes credentials of the user.
This is a convenience wrapper around AuthManager::changeAuthenticationData. Note that this can return a status that isOK() but not isGood() on certain types of failures, e.g. when no provider handled the change.
array | $data | A set of authentication data in fieldname => value format. This is the same data you would pass the changeauthenticationdata API - 'username', 'password' etc. |
Definition at line 2954 of file User.php.
References $data, $req, and as.
Referenced by setPasswordInternal().
|
protected |
Bump user_touched if it didn't change since this object was loaded.
On success, the mTouched field is updated. The user serialization cache is always cleared.
Definition at line 1696 of file User.php.
References $success, clearSharedCache(), DB_MASTER, load, newTouchedTimestamp(), and wfGetDB().
Referenced by addAutopromoteOnceGroups(), and UserTest\testCheckAndSetTouched().
|
protected |
Internal uncached check for new messages.
string | $field | 'user_ip' for anonymous users, 'user_id' otherwise |
string | int | $id | User's IP address for anonymous users, User ID otherwise |
Definition at line 2664 of file User.php.
References $dbr, DB_REPLICA, and wfGetDB().
Referenced by getNewtalk().
User::checkPassword | ( | $password | ) |
Check to see if the given clear-text password is one of the accepted passwords.
string | $password | User password |
Definition at line 4576 of file User.php.
References $res, and wfDeprecated().
Referenced by checkTemporaryPassword().
User::checkPasswordValidity | ( | $password | ) |
Check if this is a valid password for this user.
Returns a Status object with a set of messages describing problems with the password. If the return status is fatal, the action should be refused and the password should not be checked at all (this is mainly meant for DoS mitigation). If the return value is OK but not good, the password can be checked, but the user should not be able to set their password to this. The value of the returned Status object will be an array which can have the following fields:
string | $password | Desired password |
Definition at line 1202 of file User.php.
References $wgPasswordPolicy.
Referenced by getPasswordValidity(), isValidPassword(), and UserTest\testCheckPasswordValidity().
User::checkTemporaryPassword | ( | $plaintext | ) |
Check if the given clear-text password matches the temporary password sent by e-mail for password reset operations.
string | $plaintext |
Definition at line 4611 of file User.php.
References checkPassword(), and wfDeprecated().
User::clearAllNotifications | ( | ) |
Resets all of the given user's page-change notification timestamps.
If e-notif e-mails are on, they will receive notification mails on the next change of any watched page.
Definition at line 4036 of file User.php.
References $wgShowUpdatedMarker, $wgUseEnotif, getId(), isAllowed(), setNewtalk(), and wfReadOnly().
User::clearInstanceCache | ( | $reloadFrom = false | ) |
Clear various cached data stored in this object.
The cache of the user table data (i.e. self::$mCacheVars) is not cleared unless $reloadFrom is given.
bool | string | $reloadFrom | Reload user and user_groups table data from a given source. May be "name", "id", "actor", "defaults", "session", or false for no reload. |
Definition at line 1734 of file User.php.
Referenced by __construct(), addToDatabase(), doLogout(), setId(), MediaWiki\Tests\Permissions\PermissionManagerTest\testBlockInstanceCache(), UserTest\testBlockInstanceCache(), and UserTest\testGetEditCount().
User::clearNotification | ( | & | $title, |
$oldid = 0 |
|||
) |
Clear the user's notification timestamp for the given title.
If e-notif e-mails are on, they will receive notification mails on the next change of the page if it's watched etc.
Title | &$title | Title of the article to look at |
int | $oldid | The revision id being viewed. If not given or 0, latest revision is assumed. |
Definition at line 3968 of file User.php.
References $title, $user, $wgShowUpdatedMarker, $wgUseEnotif, getName(), getNewtalk(), isAllowed(), isAnon(), Revision\newFromId(), NS_USER_TALK, setNewtalk(), use, and wfReadOnly().
User::clearSharedCache | ( | $mode = 'refresh' | ) |
Clear user data from memcached.
Use after applying updates to the database; caller's responsibility to update user_touched if appropriate.
Called implicitly from invalidateCache() and saveSettings().
string | $mode | Use 'refresh' to clear now or 'changed' to clear before DB commit |
Definition at line 2776 of file User.php.
References $cache, DB_MASTER, getCacheKey(), getId(), and use.
Referenced by checkAndSetTouched(), invalidateCache(), and saveSettings().
|
protected |
Generate, store, and return a new e-mail confirmation code.
A hash (unsalted, since it's used as a key) is stored.
string | &$expiration | Accepts the expiration time |
Definition at line 4775 of file User.php.
References $wgUserEmailConfirmationTokenExpiry, MWCryptRand\generateHex(), load, and wfTimestamp().
Referenced by sendConfirmationMail().
|
protected |
Return a URL the user can use to confirm their email address.
string | $token | Accepts the email confirmation token |
Definition at line 4793 of file User.php.
References getTokenUrl().
Referenced by sendConfirmationMail().
User::confirmEmail | ( | ) |
Mark the e-mail address confirmed.
Definition at line 4833 of file User.php.
References isEmailConfirmed(), setEmailAuthenticationTimestamp(), and wfTimestampNow().
|
static |
Add a user to the database, return the user object.
string | $name | Username to add |
array | $params | Array of Strings Non-default parameters to save to the database as user_* fields:
|
Definition at line 4300 of file User.php.
References $fname, $name, $params, $user, $value, array(), as, DB_MASTER, use, wfDeprecated(), and wfGetDB().
Referenced by UserWrapper\__construct(), TestUser\__construct(), ApiQueryUserContribsTest\addDBDataOnce(), ChangesListSpecialPageTest\createUsers(), newSystemUser(), MediaWiki\Tests\Permissions\PermissionManagerTest\setUp(), TitlePermissionTest\setUp(), ParserTestRunner\setupUploads(), UserTest\testActorId(), UserTest\testActorId_old(), CoreParserFunctionsTest\testGender(), ImportTest\testUnknownUserHandling(), and RevisionDbTestBase\testUserWasLastToEdit().
|
protected |
Clear the new messages flag for the given user.
string | $field | 'user_ip' for anonymous users, 'user_id' otherwise |
string | int | $id | User's IP address for anonymous users, User ID otherwise |
Definition at line 2704 of file User.php.
References DB_MASTER, wfDebug(), and wfGetDB().
Referenced by setNewtalk().
User::doLogout | ( | ) |
Clear the user's session, and reset the instance cache.
Definition at line 4151 of file User.php.
References clearInstanceCache(), and getRequest().
Referenced by logout().
User::equals | ( | UserIdentity | $user | ) |
Checks if two user objects point to the same user.
UserIdentity | $user |
Implements MediaWiki\User\UserIdentity.
Definition at line 5729 of file User.php.
References getName(), and MediaWiki\User\UserIdentity\getName().
Referenced by UserTest\testFindUsersByGroup().
|
static |
Return the users who are members of the given group(s).
In case of multiple groups, users who are members of at least one of them are returned.
string | array | $groups | A single group name or an array of group names |
int | $limit | Max number of users to return. The actual limit will never exceed 5000 records; larger values are ignored. |
int | null | $after | ID the user to start after |
Definition at line 1077 of file User.php.
References $dbr, array(), DB_REPLICA, UserArray\newFromIDs(), and wfGetDB().
Referenced by EmptyUserGroup\execute(), and UserTest\testFindUsersByGroup().
Get the user's actor ID.
IDatabase | null | $dbw | Assign a new actor ID, using this DB handle, if none exists |
Definition at line 2491 of file User.php.
References $mActorId, $options, $wgActorTableSchemaMigrationStage, getId(), getName(), invalidateCache(), isItemLoaded(), list, load, SCHEMA_COMPAT_WRITE_NEW, setItemLoaded(), string, and wfGetDB().
Referenced by LocalFile\recordUpload2(), UserTest\testActorId(), UserTest\testActorId_old(), UserTest\testNewFromAnyId(), and UserTest\testNewFromIdentity().
|
static |
Return the set of defined explicit groups.
The implicit groups (by default *, 'user' and 'autoconfirmed') are not included, as they are defined automatically, not in the database.
Definition at line 5131 of file User.php.
References $wgGroupPermissions, and $wgRevokePermissions.
Referenced by UsersPager\__construct(), ApiQuerySiteinfo\appendUserGroups(), SpecialActiveUsers\buildForm(), changeableByGroup(), CreateAndPromote\execute(), SpecialListGroupRights\formatPermissions(), ApiUserrights\getAllGroups(), UsersPager\getAllGroups(), UserrightsPage\getAllGroups(), ApiQueryAllUsers\getAllowedParams(), ApiQueryContributors\getAllowedParams(), SpecialListUsers\getSubpagesForPrefixSearch(), and ApiQuerySiteinfoTest\testUserGroups().
|
static |
Get a list of all available permissions.
Definition at line 5143 of file User.php.
References $mAllRights, $mCoreRights, and $wgAvailableRights.
Referenced by ApiQueryAllUsers\getAllowedParams(), ApiQueryContributors\getAllowedParams(), AvailableRightsTest\getAllVisibleRights(), AvailableRightsTest\testAllRightsWithMessage(), and AvailableRightsTest\testAvailableRights().
User::getAutomaticGroups | ( | $recache = false | ) |
Get the list of implicit group memberships this user has.
This includes 'user' if logged in, '*' for all accounts, and autopromoted groups
bool | $recache | Whether to avoid the cache |
Definition at line 3639 of file User.php.
References $mImplicitGroups, Autopromote\getAutopromoteGroups(), and getId().
Referenced by getEffectiveGroups().
User::getBlock | ( | $fromReplica = true | ) |
Get the block affecting the user, or null if the user is not blocked.
bool | $fromReplica | Whether to check the replica DB instead of the master |
Definition at line 2289 of file User.php.
References getBlockedStatus().
Referenced by SpecialBlock\checkUnblockSelf(), isBlocked(), MediaWiki\Tests\Permissions\PermissionManagerTest\testBlockInstanceCache(), UserTest\testBlockInstanceCache(), and trackBlockWithCookie().
|
private |
Get blocking information.
bool | $fromReplica | Whether to check the replica DB first. To improve performance, non-critical checks are done against replica DBs. Check when actually saving should be done against master. |
Definition at line 1829 of file User.php.
References $wgApplyIpBlocksToXff, $wgProxyWhitelist, $wgSoftBlockRanges, Block\chooseBlock(), getBlockFromCookieValue(), Block\getBlocksForIPList(), getName(), getRequest(), isAllowed(), isAnon(), isDnsBlacklisted(), load, Block\newFromTarget(), plain, text, wfDebug(), and wfMessage().
Referenced by blockedBy(), blockedFor(), getBlock(), getBlockId(), isBlockedFromCreateAccount(), isBlockedFromEmailuser(), isBlockedFromUpload(), and isHidden().
|
protected |
Try to load a Block from an ID given in a cookie value.
string | null | $blockCookieVal | The cookie value to check. |
Definition at line 1945 of file User.php.
References Block\clearCookie(), Block\getIdFromCookieValue(), getRequest(), isLoggedIn(), Block\newFromID(), true, Block\TYPE_IP, Block\TYPE_RANGE, and Block\TYPE_USER.
Referenced by getBlockedStatus().
User::getBlockId | ( | ) |
If user is blocked, return the ID for the block.
Definition at line 2333 of file User.php.
References false, and getBlockedStatus().
Referenced by UserTest\testAutoblockCookiesDisabled().
User::getBoolOption | ( | $oname | ) |
Get the user's current setting for a given option, as a boolean value.
string | $oname | The option to check |
Definition at line 3228 of file User.php.
References getOption().
Referenced by requiresHTTPS().
|
protected |
WANObjectCache | $cache |
Definition at line 499 of file User.php.
References $cache.
Referenced by clearSharedCache(), getMutableCacheKeys(), and loadFromCache().
|
static |
Given unvalidated user input, return a canonical username, or false if the username is invalid.
string | $name | User input |
string | bool | $validate | Type of validation to use:
|
InvalidArgumentException |
Definition at line 1244 of file User.php.
References $name, $t, false, and NS_USER.
Referenced by MediaWiki\Auth\LocalPasswordPrimaryAuthenticationProvider\beginPrimaryAuthentication(), MediaWiki\Auth\TemporaryPasswordPrimaryAuthenticationProvider\beginPrimaryAuthentication(), DeletedContributionsPage\execute(), UserrightsPage\execute(), ApiQueryUserContribs\execute(), ApiQueryUsers\execute(), RollbackEdits\execute(), UserrightsPage\fetchUser(), ApiRollback\getRbUser(), DeleteLocalPasswords\initialize(), newFromName(), newSystemUser(), ApiQueryBlocks\prepareUsername(), MediaWiki\Auth\LocalPasswordPrimaryAuthenticationProvider\providerAllowsAuthenticationDataChange(), MediaWiki\Auth\TemporaryPasswordPrimaryAuthenticationProvider\providerAllowsAuthenticationDataChange(), MediaWiki\Auth\LocalPasswordPrimaryAuthenticationProvider\providerChangeAuthenticationData(), MediaWiki\Auth\TemporaryPasswordPrimaryAuthenticationProvider\providerChangeAuthenticationData(), MediaWiki\Auth\AbstractPrimaryAuthenticationProvider\providerNormalizeUsername(), WebInstallerName\submit(), MediaWiki\Session\CookieSessionProvider\suggestLoginUsername(), UserTest\testGetCanonicalName(), MediaWiki\Auth\LocalPasswordPrimaryAuthenticationProvider\testUserCanAuthenticate(), MediaWiki\Auth\TemporaryPasswordPrimaryAuthenticationProvider\testUserCanAuthenticate(), MediaWiki\Auth\LocalPasswordPrimaryAuthenticationProvider\testUserExists(), MediaWiki\Auth\TemporaryPasswordPrimaryAuthenticationProvider\testUserExists(), and ApiBase\validateUser().
User::getDatePreference | ( | ) |
Get the user's preferred date format.
Definition at line 3492 of file User.php.
References $mDatePreference, $value, $wgLang, and getOption().
User::getDBTouched | ( | ) |
Get the user_touched timestamp field (time of last DB updates)
Definition at line 2868 of file User.php.
References $mTouched, and load.
Referenced by UserTest\testCheckAndSetTouched().
|
static |
Get a given default option value.
string | $opt | Name of option to retrieve |
Definition at line 1818 of file User.php.
References $opt, and getDefaultOptions().
Referenced by ConvertUserOptions\convertOptionBatch(), Language\dateFormat(), CoreParserFunctions\gender(), GenderCache\getDefault(), ParserOptions\getDefaults(), ImagePage\getImageLimitsFromOption(), getOption(), getOptions(), Linker\makeImageLink(), saveOptions(), and setOption().
|
static |
Combine the language default options with any site-specific options and add the default language variants.
Definition at line 1776 of file User.php.
References $defOpt, $defOptLang, $wgDefaultSkin, $wgDefaultUserOptions, $wgNamespacesToBeSearchedDefault, and as.
Referenced by ApiQuerySiteinfo\appendDefaultOptions(), getDefaultOption(), ResourceLoaderUserDefaultsModule\getScript(), UserOptionsMaintenance\listAvailableOptions(), loadOptions(), MediaWiki\Preferences\DefaultPreferencesFactory\loadPreferenceValues(), resetOptions(), UserOptionsMaintenance\showUsageStats(), and ApiQuerySiteinfoTest\testDefaultOptions().
User::getEditCount | ( | ) |
Get the user's edit count.
Definition at line 3692 of file User.php.
References $dbr, $mEditCount, DB_REPLICA, getId(), initEditCountInternal(), and wfGetDB().
Referenced by getExperienceLevel(), loadFromDatabase(), UserTest\testGetEditCount(), and UserTest\testGetEditCountForAnons().
|
private |
Get the timestamp of the first or latest edit.
bool | $first | True for the first edit, false for the latest one |
Definition at line 4983 of file User.php.
References $dbr, $time, DB_REPLICA, getId(), wfGetDB(), and wfTimestamp().
Referenced by getFirstEditTimestamp(), and getLatestEditTimestamp().
User::getEditToken | ( | $salt = '' , |
|
$request = null |
|||
) |
Initialize (if necessary) and return a session token value which can be used in edit forms to show that the user's login credentials aren't being hijacked with a foreign form submission.
The $salt for 'edit' and 'csrf' tokens is the default (empty string).
string | array | $salt | Array of Strings Optional function-specific data for hashing |
WebRequest | null | $request | WebRequest object to use or null to use $wgRequest |
Definition at line 4652 of file User.php.
References $request, and getEditTokenObject().
User::getEditTokenObject | ( | $salt = '' , |
|
$request = null |
|||
) |
Initialize (if necessary) and return a session token value which can be used in edit forms to show that the user's login credentials aren't being hijacked with a foreign form submission.
string | array | $salt | Array of Strings Optional function-specific data for hashing |
WebRequest | null | $request | WebRequest object to use or null to use $wgRequest |
Definition at line 4628 of file User.php.
References $request, getRequest(), and isAnon().
Referenced by getEditToken(), and matchEditToken().
User::getEffectiveGroups | ( | $recache = false | ) |
Get the list of implicit group memberships this user has.
This includes all explicit groups, plus 'user' if logged in, '*' for all accounts, and autopromoted groups
bool | $recache | Whether to avoid the cache |
Definition at line 3616 of file User.php.
References $mEffectiveGroups, $user, getAutomaticGroups(), and getGroups().
Referenced by addGroup(), changeableGroups(), getRights(), and removeGroup().
User::getEmail | ( | ) |
User::getEmailAuthenticationTimestamp | ( | ) |
Get the timestamp of the user's e-mail authentication.
Definition at line 3062 of file User.php.
References $mEmailAuthenticated, and load.
Referenced by isEmailConfirmed().
User::getExperienceLevel | ( | ) |
Compute experienced level based on edit count and registration date.
Definition at line 4065 of file User.php.
References $wgExperiencedUserEdits, $wgExperiencedUserMemberSince, $wgLearnerEdits, $wgLearnerMemberSince, getEditCount(), getRegistration(), isAnon(), and wfTimestamp().
Referenced by UserTest\testExperienceLevel(), and UserTest\testExperienceLevelAnon().
User::getFirstEditTimestamp | ( | ) |
Get the timestamp of the first edit.
Definition at line 4961 of file User.php.
References getEditTimestamp().
Referenced by UserTest\testGetFirstLatestEditTimestamp().
User::getFormerGroups | ( | ) |
Returns the groups the user has belonged to.
The user may still belong to the returned groups. Compare with getGroups().
The function will not return groups the user had belonged to before MW 1.17
Definition at line 3668 of file User.php.
References $mFormerGroups, $res, as, DB_MASTER, DB_REPLICA, load, and wfGetDB().
User::getGlobalBlock | ( | $ip = '' | ) |
Check if user is blocked on all wikis.
Do not use for actual edit permission checks! This is intended for quick UI checks.
string | $ip | IP address, uses current client if none given |
FatalError | |
MWException |
Definition at line 2360 of file User.php.
References $user, getName(), and getRequest().
Referenced by isBlockedGlobally().
|
static |
Get the name of a given grant.
string | $grant | Grant to query |
Definition at line 5425 of file User.php.
References wfMessage().
Referenced by SpecialListGrants\execute().
User::getGroupMemberships | ( | ) |
Get the list of explicit group memberships this user has, stored as UserGroupMembership objects.
Implicit groups are not included.
Definition at line 3603 of file User.php.
References $mGroupMemberships, load, and loadGroups().
Referenced by addAutopromoteOnceGroups().
|
static |
Get the title of a page describing a particular group.
string | $group | Internal group name |
Definition at line 5174 of file User.php.
References wfDeprecated().
|
static |
Get the permissions associated with a given list of groups.
array | $groups | Array of Strings List of internal group names |
Definition at line 5012 of file User.php.
References $wgGroupPermissions, $wgRevokePermissions, and as.
Referenced by Autopromote\checkCondition(), ApiQueryAllUsers\execute(), getRights(), UserTest\testGroupPermissions(), UserTest\testRevokePermissions(), and wfStreamThumb().
User::getGroups | ( | ) |
Get the list of explicit group memberships this user has.
The implicit * and user groups are not included.
Definition at line 3590 of file User.php.
References load, and loadGroups().
Referenced by addAutopromoteOnceGroups(), getEffectiveGroups(), isBot(), and pingLimiter().
|
static |
Get all the groups who have a given permission.
string | $role | Role to check |
Definition at line 5039 of file User.php.
References $wgGroupPermissions, and as.
Referenced by PermissionsError\__construct(), ApiQueryAllUsers\execute(), ApiQueryContributors\execute(), ContribsPager\getQueryInfo(), NewFilesPager\getQueryInfo(), MWNamespace\getRestrictionLevels(), ApiMain\modifyHelp(), RebuildRecentchanges\rebuildRecentChangesTablePass4(), ApiQueryAllImages\run(), and UserTest\testGetGroupsWithPermission().
User::getId | ( | ) |
Get the user's ID.
Implements MediaWiki\User\UserIdentity.
Definition at line 2425 of file User.php.
References $mId, isItemLoaded(), and load.
Referenced by addAutopromoteOnceGroups(), MediaWiki\Auth\AuthManager\beginAccountCreation(), EmailNotification\canSendUserTalkEmail(), SpecialBlock\checkUnblockSelf(), clearAllNotifications(), clearSharedCache(), WikiPage\doDeleteArticleBatched(), ApiBlock\execute(), ApiUnblock\execute(), PasswordReset\execute(), getActorId(), getAutomaticGroups(), Block\getDatabaseArray(), getEditCount(), getEditTimestamp(), getInstanceForUpdate(), getMutableCacheKeys(), getNewMessageLinks(), getTokenFromOption(), initEditCountInternal(), isLoggedIn(), loadFromSession(), loadOptions(), EmailNotification\notifyOnPageChange(), pingLimiter(), LocalFile\recordUpload2(), saveOptions(), setNewtalk(), TestUser\setPasswordForUser(), UserTest\testActorId(), UserTest\testActorId_old(), UserTest\testEquals(), UserTest\testGetId(), UserTest\testIncEditCount(), UserTest\testNewFromAnyId(), UserTest\testNewFromIdentity(), touch(), and SpecialEmailUser\validateTarget().
|
static |
Get a list of implicit groups TODO: Should we deprecate this? It's trivial, but we don't want to encourage use of globals.
Definition at line 5162 of file User.php.
References $wgImplicitGroups.
User::getInstanceForUpdate | ( | ) |
Get a new instance of this user that was loaded from the master via a locking read.
Use this instead of the main context User when updating that user. This avoids races where that user was loaded from a replica DB or even the master but without proper locks.
Definition at line 5709 of file User.php.
References $user, getId(), and newFromId().
User::getIntOption | ( | $oname, | |
$defaultOverride = 0 |
|||
) |
Get the user's current setting for a given option, as an integer value.
string | $oname | The option to check |
int | $defaultOverride | A default value returned if the option does not exist |
Definition at line 3240 of file User.php.
References getOption().
Referenced by getStubThreshold().
User::getLatestEditTimestamp | ( | ) |
Get the timestamp of the latest edit.
Definition at line 4972 of file User.php.
References getEditTimestamp().
Referenced by UserTest\testGetFirstLatestEditTimestamp().
User::getMutableCacheKeys | ( | WANObjectCache | $cache | ) |
WANObjectCache | $cache |
Definition at line 510 of file User.php.
References getCacheKey(), and getId().
User::getName | ( | ) |
Get the user name, or the IP of an anonymous user.
Implements MediaWiki\User\UserIdentity.
Definition at line 2452 of file User.php.
References $mName, getRequest(), isItemLoaded(), and load.
Referenced by MediaWiki\Session\UserInfo\__construct(), __toString(), EmailNotification\actuallyNotifyOnPageChange(), MediaWiki\Auth\AuthManager\beginAccountCreation(), SpecialBlock\checkUnblockSelf(), clearNotification(), equals(), ApiUnblock\execute(), PasswordReset\execute(), getActorId(), MediaWiki\Storage\PageUpdater\getAtomicSectionUpdate(), getBlockedStatus(), getGlobalBlock(), getNewMessageLinks(), getNewtalk(), getTitleKey(), getUserPage(), idForName(), loadFromSession(), EmailNotification\notifyOnPageChange(), Block\parseTarget(), SpecialBlock\preText(), SpecialBlock\processForm(), LocalFile\recordUpload2(), sendConfirmationMail(), setEmailWithConfirmation(), setNewtalk(), setPasswordInternal(), spreadBlock(), UserTest\testActorId(), UserTest\testActorId_old(), MediaWiki\Tests\Permissions\PermissionManagerTest\testBlockInstanceCache(), UserTest\testBlockInstanceCache(), UserTest\testCheckPasswordValidity(), UserTest\testEquals(), UserTest\testNewFromAnyId(), UserTest\testNewFromIdentity(), UserTest\testOptions(), CreditsAction\userLink(), and SpecialBlock\validateTarget().
User::getNewMessageLinks | ( | ) |
Return the data needed to construct links for new talk page message alerts.
If there are new messages, this will return an associative array with the following data: wiki: The database name of the wiki link: Root-relative link to the user's talk page rev: The last talk page revision that the user has seen or null. This is useful for building diff links. If there are no new messages, it returns an empty array.
Definition at line 2604 of file User.php.
References $dbr, $rev, $user, DB_REPLICA, getId(), getName(), getNewtalk(), getTalkPage(), isAnon(), Revision\loadFromTimestamp(), and wfGetDB().
Referenced by getNewMessageRevisionId().
User::getNewMessageRevisionId | ( | ) |
Get the revision ID for the last talk page revision viewed by the talk page owner.
Definition at line 2637 of file User.php.
References getNewMessageLinks().
User::getNewtalk | ( | ) |
Check if the user has new messages.
Definition at line 2566 of file User.php.
References $mNewtalk, $wgDisableAnonTalk, checkNewtalk(), getName(), load, and page.
Referenced by clearNotification(), and getNewMessageLinks().
User::getOption | ( | $oname, | |
$defaultOverride = null , |
|||
$ignoreHidden = false |
|||
) |
Get the user's current setting for a given option.
string | $oname | The option to check |
string | array | null | $defaultOverride | A default value returned if the option does not exist |
bool | $ignoreHidden | Whether to ignore the effects of $wgHiddenPrefs |
Reimplemented in PPFuzzUser.
Definition at line 3169 of file User.php.
References $wgHiddenPrefs, getDefaultOption(), and loadOptions().
Referenced by canReceiveEmail(), getBoolOption(), getDatePreference(), getIntOption(), getTokenFromOption(), and UserTest\testOptions().
User::getOptionKinds | ( | IContextSource | $context, |
$options = null |
|||
) |
Return an associative array mapping preferences keys to the kind of a preference they're used for.
Different kinds are handled differently when setting or reading preferences.
See User::listOptionKinds for the list of valid option types that can be provided.
IContextSource | $context | |
array | null | $options | Assoc. array with options keys to check as keys. Defaults to $this->mOptions. |
Definition at line 3362 of file User.php.
References $context, $mOptions, $name, $options, $rows, $value, as, and loadOptions().
Referenced by resetOptions().
User::getOptions | ( | $flags = 0 | ) |
Get all user's options.
int | $flags | Bitwise combination of: User::GETOPTIONS_EXCLUDE_DEFAULTS Exclude user options that are set to the default value. (Since 1.25) |
Definition at line 3197 of file User.php.
References $mOptions, $options, $wgHiddenPrefs, as, getDefaultOption(), and loadOptions().
User::getPasswordValidity | ( | $password | ) |
Given unvalidated password input, return error message on failure.
string | $password | Desired password |
Definition at line 1159 of file User.php.
References $messages, as, checkPasswordValidity(), and wfDeprecated().
Referenced by UserTest\testCheckPasswordValidity().
|
static |
Return the tables, fields, and join conditions to be selected to create a new user object.
Definition at line 5643 of file User.php.
References $ret, $wgActorTableSchemaMigrationStage, SCHEMA_COMPAT_NEW, and SCHEMA_COMPAT_READ_NEW.
Referenced by ApiQueryUsers\execute(), PasswordReset\getUsersByEmail(), loadFromDatabase(), UserArray\newFromIDs(), UserArray\newFromNames(), newSystemUser(), RebuildRecentchanges\rebuildRecentChangesTablePass4(), and UserTest\testExperienceLevel().
User::getRealName | ( | ) |
Get the user's real name.
Definition at line 3142 of file User.php.
References $mRealName, isItemLoaded(), and load.
Referenced by CreditsAction\userLink().
User::getRegistration | ( | ) |
Get the timestamp of account creation.
Definition at line 4947 of file User.php.
References $mRegistration, isAnon(), and load.
Referenced by getExperienceLevel().
User::getRequest | ( | ) |
Get the WebRequest object to use with this object.
Definition at line 3903 of file User.php.
References $mRequest, and $wgRequest.
Referenced by doLogout(), PasswordReset\execute(), getBlockedStatus(), getBlockFromCookieValue(), getEditTokenObject(), getGlobalBlock(), getName(), getRights(), isBlockedFromCreateAccount(), isPingLimitable(), loadFromSession(), pingLimiter(), requiresHTTPS(), sendConfirmationMail(), MediaWiki\Auth\TemporaryPasswordPrimaryAuthenticationProvider\sendNewAccountEmail(), setCookies(), setEmailWithConfirmation(), spreadBlock(), and trackBlockWithCookie().
|
static |
Get the description of a given right.
string | $right | Right to query |
Definition at line 5412 of file User.php.
References wfMessage().
Referenced by SpecialListGrants\execute(), SpecialListGroupRights\formatPermissions(), and SpecialListGroupRights\outputNamespaceProtectionInfo().
User::getRights | ( | ) |
Get the permissions this user has.
Definition at line 3547 of file User.php.
References $mRights, getEffectiveGroups(), getGroupPermissions(), getRequest(), and isLoggedIn().
Referenced by isAllowed(), and UserTest\testUserGetRightsHooks().
User::getStubThreshold | ( | ) |
Get the user preferred stub threshold.
Definition at line 3532 of file User.php.
References $wgMaxArticleSize, article, getIntOption(), and in.
Referenced by MediaWiki\Linker\LinkRendererFactory\createForUser().
User::getTalkPage | ( | ) |
Get this user's talk page title.
Definition at line 4556 of file User.php.
References $title, and getUserPage().
Referenced by getNewMessageLinks(), MediaWiki\Tests\Permissions\PermissionManagerTest\testIsBlockedFrom(), and UserTest\testIsBlockedFrom().
User::getTitleKey | ( | ) |
User::getToken | ( | $forceCreation = true | ) |
Get the user's current token.
bool | $forceCreation | Force the generation of a new token if the user doesn't have one (default=true for backwards compatibility). |
Definition at line 2981 of file User.php.
References $mToken, $ret, $wgAuthenticationTokenVersion, MWCryptRand\generateHex(), MWCryptHash\hmac(), load, and setToken().
Referenced by getTokenFromOption(), and loadFromSession().
User::getTokenFromOption | ( | $oname | ) |
Get a token stored in the preferences (like the watchlist one), resetting it if it's empty (and saving changes).
string | $oname | The option name to retrieve the token from |
Definition at line 3277 of file User.php.
References $wgHiddenPrefs, getId(), getOption(), and getToken().
|
protected |
Internal function to format the e-mail validation/invalidation URLs.
This uses a quickie hack to use the hardcoded English names of the Special: pages, for ASCII safety.
string | $page | Special page |
string | $token |
Definition at line 4820 of file User.php.
References $title, and NS_MAIN.
Referenced by confirmationTokenUrl(), and invalidationTokenUrl().
User::getTouched | ( | ) |
Get the user touched timestamp.
Use this value only to validate caches via inequalities such as in the case of HTTP If-Modified-Since response logic
Definition at line 2846 of file User.php.
References $cache, $mTouched, load, and wfTimestamp().
Referenced by validateCache().
User::getUserPage | ( | ) |
Get this user's personal page title.
Definition at line 4547 of file User.php.
References getName(), and NS_USER.
Referenced by addAutopromoteOnceGroups(), Block\getBlockErrorParams(), getTalkPage(), SpecialBlock\getTargetUserTitle(), and saveSettings().
|
static |
Check, if the given group has the given permission.
If you're wanting to check whether all users have a permission, use User::isEveryoneAllowed() instead. That properly checks if it's revoked from anyone.
string | $group | Group to check |
string | $role | Role to check |
Definition at line 5062 of file User.php.
References $wgGroupPermissions, and $wgRevokePermissions.
Referenced by SkinTemplate\buildPersonalUrls(), MediaWiki\Permissions\PermissionManager\checkQuickPermissions(), SpecialNewpages\filterLinks(), NewPagesPager\getQueryInfo(), SpecialPage\isRestricted(), SpecialCreateAccount\isRestricted(), and OutputPage\showPermissionsErrorPage().
User::idForName | ( | $flags = 0 | ) |
If only this user's username is known, and it exists, return the user ID.
int | $flags | Bitfield of User:READ_* constants; useful for existence checks |
Definition at line 4265 of file User.php.
References $options, $s, DB_MASTER, DB_REPLICA, getName(), IDBAccessObject\READ_LOCKING, and wfGetDB().
|
static |
Get database id given a user name.
string | $name | Username |
int | $flags | User::READ_* constant bitfield |
Definition at line 905 of file User.php.
References $name, $options, $s, list, NS_USER, string, and wfGetDB().
Referenced by ExternalUserNames\applyPrefix(), MediaWiki\Auth\AuthManager\autoCreateUser(), CleanupUsersWithNoId\cleanup(), UsersPager\getQueryInfo(), load(), MediaWiki\Auth\AuthManagerTest\testAccountCreation(), and MediaWiki\Session\SessionManagerTest\testGetSessionById().
User::incEditCount | ( | ) |
Schedule a deferred update to update the user's edit count.
Definition at line 5350 of file User.php.
References isAnon().
Referenced by MediaWiki\Storage\PageUpdater\doCreate(), MediaWiki\Storage\PageUpdater\doModify(), UserTest\testGetEditCount(), UserTest\testGetEditCountForAnons(), and UserTest\testIncEditCount().
User::inDnsBlacklist | ( | $ip, | |
$bases | |||
) |
Whether the given IP is in a given DNS blacklist.
string | $ip | IP to check |
string | array | $bases | Array of Strings: URL of the DNS blacklist |
Definition at line 2015 of file User.php.
References $base, array(), as, and wfDebugLog().
Referenced by isDnsBlacklisted().
User::initEditCountInternal | ( | ) |
Initialize user_editcount from data out of the revision table.
This method should not be called outside User/UserEditCountUpdate
Definition at line 5377 of file User.php.
References $dbr, DB_MASTER, DB_REPLICA, getId(), and wfGetDB().
Referenced by getEditCount().
User::invalidateCache | ( | ) |
Immediately touch the user data cache for this account.
Calls touch() and removes account data from memcached
Definition at line 2802 of file User.php.
References clearSharedCache(), and touch().
Referenced by addGroup(), addWatch(), getActorId(), removeGroup(), removeWatch(), and setNewtalk().
User::invalidateEmail | ( | ) |
Invalidate the user's e-mail confirmation, and unauthenticate the e-mail address if it was already confirmed.
Definition at line 4850 of file User.php.
References load, and setEmailAuthenticationTimestamp().
Referenced by setEmail().
|
protected |
Return a URL the user can use to invalidate their email address.
string | $token | Accepts the email confirmation token |
Definition at line 4802 of file User.php.
References getTokenUrl().
Referenced by sendConfirmationMail().
User::isAllowed | ( | $action = '' | ) |
Internal mechanics of testing a permission.
string | $action |
Definition at line 3856 of file User.php.
References getRights().
Referenced by EmailNotification\actuallyNotifyOnPageChange(), addWatch(), Block\appliesToRight(), canSendEmail(), changeableGroups(), SpecialBlock\checkUnblockSelf(), clearAllNotifications(), clearNotification(), WikiPage\commitRollback(), getBlockedStatus(), isAllowedAll(), isAllowedAny(), isAllowedToCreateAccount(), isBlockedFromCreateAccount(), isBot(), isNewbie(), isPingLimitable(), EmailNotification\notifyOnPageChange(), Block\prevents(), and removeWatch().
User::isAllowedAll | ( | ) |
string | $permissions,... | Permissions to test |
Definition at line 3841 of file User.php.
References as, and isAllowed().
User::isAllowedAny | ( | ) |
Check if user is allowed to access a feature / make an action.
string | $permissions,... | Permissions to test |
Definition at line 3826 of file User.php.
References as, and isAllowed().
Referenced by WikiPage\commitRollback(), useFilePatrol(), useNPPatrol(), and useRCPatrol().
User::isAllowedToCreateAccount | ( | ) |
Get whether the user is allowed to create an account.
Definition at line 4538 of file User.php.
References isAllowed(), and isBlockedFromCreateAccount().
User::isAllowUsertalk | ( | ) |
Checks if usertalk is allowed.
Definition at line 5739 of file User.php.
References $mAllowUsertalk.
User::isAnon | ( | ) |
Get whether the user is anonymous.
Definition at line 3801 of file User.php.
References isLoggedIn().
Referenced by MediaWiki\Session\UserInfo\__construct(), clearNotification(), getBlockedStatus(), getEditTokenObject(), getExperienceLevel(), getNewMessageLinks(), getRegistration(), incEditCount(), isEmailConfirmed(), CreditsAction\link(), MediaWiki\Session\UserInfo\newFromId(), setNewtalk(), UserTest\testLoggedIn(), and SpecialBlock\validateTarget().
User::isBlocked | ( | $fromReplica = true | ) |
Check if user is blocked.
bool | $fromReplica | Whether to check the replica DB instead of the master. Hacked from false due to horrible probs on site. |
Definition at line 2278 of file User.php.
References Block\appliesToRight(), and getBlock().
Referenced by SpecialBlock\checkUnblockSelf(), spreadAnyEditBlock(), UserTest\testAutoblockCookiesDisabled(), and UserTest\testIpBlockCookieIgnoredWhenUserLoggedIn().
User::isBlockedFrom | ( | $title, | |
$fromReplica = false |
|||
) |
Check if user is blocked from editing a particular article.
Title | $title | Title to check |
bool | $fromReplica | Whether to check the replica DB instead of the master |
MWException |
Definition at line 2306 of file User.php.
References $title.
Referenced by UserTest\testBlockInstanceCache(), and UserTest\testIsBlockedFrom().
User::isBlockedFromCreateAccount | ( | ) |
Get whether the user is explicitly blocked from account creation.
Definition at line 4496 of file User.php.
References $mBlock, Block\appliesToRight(), getBlockedStatus(), getRequest(), isAllowed(), and Block\newFromTarget().
Referenced by MediaWiki\Auth\AuthManager\checkAccountCreatePermissions(), and isAllowedToCreateAccount().
User::isBlockedFromEmailuser | ( | ) |
Get whether the user is blocked from using Special:Emailuser.
Definition at line 4518 of file User.php.
References getBlockedStatus().
User::isBlockedFromUpload | ( | ) |
Get whether the user is blocked from using Special:Upload.
Definition at line 4529 of file User.php.
References getBlockedStatus().
User::isBlockedGlobally | ( | $ip = '' | ) |
Check if user is blocked on all wikis.
Do not use for actual edit permission checks! This is intended for quick UI checks.
string | $ip | IP address, uses current client if none given |
Definition at line 2346 of file User.php.
References getGlobalBlock().
User::isBot | ( | ) |
Definition at line 3809 of file User.php.
References getGroups(), and isAllowed().
|
static |
Usernames which fail to pass this function will be blocked from new account registrations, but may be used internally either by batch processes or by user accounts which have already been created.
Additional blacklisting may be added here rather than in isValidUserName() to avoid disrupting existing accounts.
string | $name | String to match |
Definition at line 1117 of file User.php.
References $name, $wgInvalidUsernameCharacters, isUsableName(), and wfDebugLog().
Referenced by MediaWiki\Auth\AuthManager\autoCreateUser().
User::isDnsBlacklisted | ( | $ip, | |
$checkWhitelist = false |
|||
) |
Whether the given IP is in a DNS blacklist.
string | $ip | IP to check |
bool | $checkWhitelist | Whether to check the whitelist first |
Definition at line 1996 of file User.php.
References $wgDnsBlacklistUrls, $wgEnableDnsBlacklist, $wgProxyWhitelist, and inDnsBlacklist().
Referenced by MediaWiki\Auth\AuthManager\checkAccountCreatePermissions(), and getBlockedStatus().
User::isEmailConfirmationPending | ( | ) |
Check whether there is an outstanding request for e-mail confirmation.
Definition at line 4932 of file User.php.
References $wgEmailAuthentication, isEmailConfirmed(), and wfTimestamp().
User::isEmailConfirmed | ( | ) |
Is this user's e-mail address valid-looking and confirmed within limits of the current site configuration?
Definition at line 4906 of file User.php.
References $user, $wgEmailAuthentication, getEmailAuthenticationTimestamp(), isAnon(), and load.
Referenced by canReceiveEmail(), canSendEmail(), confirmEmail(), and isEmailConfirmationPending().
|
static |
Check if all users may be assumed to have the given permission.
We generally assume so if the right is granted to '*' and isn't revoked on any group. It doesn't attempt to take grants or other extension limitations on rights into account in the general case, though, as that would require it to always return false and defeat the purpose. Specifically, session-based rights restrictions (such as OAuth or bot passwords) are applied based on the current session.
string | $right | Right to check |
Definition at line 5082 of file User.php.
References $cache, $wgGroupPermissions, $wgRevokePermissions, and as.
Referenced by ApiMain\checkExecutePermissions(), MediaWiki\Permissions\PermissionManager\checkReadPermissions(), RawAction\onView(), AjaxDispatcher\performAction(), and ApiMain\setCacheMode().
User::isHidden | ( | ) |
Check if user account is hidden.
Definition at line 2408 of file User.php.
References $mHideName, and getBlockedStatus().
Referenced by UserTest\testBlockInstanceCache().
|
static |
Does the string match an anonymous IP address?
This function exists for username validation, in order to reject usernames which are similar in form to IP addresses. Strings such as 300.300.300.300 will return true because it looks like an IP address, despite not being strictly valid.
We match "\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.xxx" as an anonymous IP address because the usemod software would "cloak" anonymous IP addresses like this, if we allowed accounts like this to be created new users could get the old edits of these anonymous users.
string | $name | Name to match |
Definition at line 967 of file User.php.
References $name.
Referenced by ImageListPager\__construct(), SpecialContributions\contributionsSub(), MediaWiki\Storage\DerivedPageDataUpdater\doUpdates(), ApiQueryUserContribs\execute(), RollbackEdits\execute(), SearchNearMatcher\getNearMatchInternal(), ApiRollback\getRbUser(), Skin\getRelevantUser(), ReassignEdits\initialiseUser(), ApiQueryBlocks\prepareUsername(), EditPage\showIntro(), and Article\showMissingArticle().
User::isIPRange | ( | ) |
User::isItemLoaded | ( | $item, | |
$all = 'all' |
|||
) |
Return whether an item has been loaded.
string | $item | Item to check. Current possibilities:
|
string | $all | 'all' to check if the whole object has been loaded or any other string to check if only the item is available (e.g. for optimisation) |
Definition at line 1349 of file User.php.
References true.
Referenced by getActorId(), getId(), getName(), and getRealName().
|
static |
Check if an IP address is in the local proxy list.
string | $ip |
Definition at line 2061 of file User.php.
References $value, $wgProxyList, as, file, and wfDeprecated().
Referenced by UserTest\testIsLocallyBlockedProxy().
User::isLocked | ( | ) |
User::isLoggedIn | ( | ) |
Get whether the user is logged in.
Definition at line 3793 of file User.php.
References getId().
Referenced by getBlockFromCookieValue(), getRights(), isAnon(), spreadAnyEditBlock(), UserTest\testAutoblockCookiesDisabled(), UserTest\testCheckAndSetTouched(), and UserTest\testLoggedIn().
User::isNewbie | ( | ) |
Determine whether the user is a newbie.
Newbies are either anonymous IPs, or the most recently created accounts.
Definition at line 4566 of file User.php.
References isAllowed().
Referenced by pingLimiter().
User::isPingLimitable | ( | ) |
Is this user subject to rate limiting?
Definition at line 2107 of file User.php.
References $wgRateLimitsExcludedIPs, getRequest(), and isAllowed().
Referenced by pingLimiter(), and UserTest\testIsPingLimitable().
User::isSafeToLoad | ( | ) |
Test if it's safe to load this User object.
You should typically check this before using $wgUser or RequestContext::getUser in a method that might be called before the system has been fully initialized. If the object is unsafe, you should use an anonymous user: \code $user = $wgUser->isSafeToLoad() ? $wgUser : new User; \endcode
Definition at line 341 of file User.php.
References $wgFullyInitialised.
|
static |
Usernames which fail to pass this function will be blocked from user login and new account registrations, but may be used internally by batch processes.
If an account already exists in this form, login will be blocked by a failure to pass this function.
string | $name | Name to match |
Definition at line 1042 of file User.php.
References $name, $wgReservedUsernames, as, and wfMessage().
Referenced by MediaWiki\Session\UserInfo\__construct(), MigrateActors\addActorsForRows(), ExternalUserNames\applyPrefix(), MediaWiki\Auth\AuthManager\beginAccountLink(), CleanupUsersWithNoId\cleanup(), ApiBlock\execute(), isCreatableName(), and Block\setBlocker().
User::isValidPassword | ( | $password | ) |
Is the input a valid password for this user?
string | $password | Desired password |
Definition at line 1147 of file User.php.
References checkPasswordValidity().
Referenced by UserTest\testCheckPasswordValidity().
|
static |
Is the input a valid username?
Checks if the input is a valid username, we don't want an empty string, an IP address, anything that contains slashes (would mess up subpages), is longer than the maximum allowed username size or doesn't begin with a capital letter.
string | $name | Name to match |
Definition at line 993 of file User.php.
References $name, $wgMaxNameChars, and(), and use.
Referenced by GenderCache\doQuery(), CheckUsernames\execute(), and MediaWiki\Session\SessionBackend\save().
User::isWatched | ( | $title, | |
$checkRights = self::CHECK_USER_RIGHTS |
|||
) |
Check the watched status of an article.
Title | $title | Title of the article to look at |
bool | $checkRights | Whether to check 'viewmywatchlist'/'editmywatchlist' rights. Pass User::CHECK_USER_RIGHTS or User::IGNORE_USER_RIGHTS. |
Definition at line 3920 of file User.php.
References $title.
|
static |
Return a list of the types of user options currently returned by User::getOptionKinds().
Currently, the option kinds are:
The API (and possibly others) use this function to determine the possible option types for validation purposes, so make sure to update this when a new option kind is added.
Definition at line 3339 of file User.php.
Referenced by ApiOptions\getAllowedParams().
User::load | ( | $flags = self::READ_NORMAL | ) |
Load the user table data for this object from the source given by mFrom.
int | $flags | User::READ_* constant bitfield |
Reimplemented in PPFuzzUser.
Definition at line 358 of file User.php.
References $mLoadedItems, $options, $wgFullyInitialised, idFromName(), list, loadDefaults(), loadFromId(), loadFromSession(), and wfGetDB().
Referenced by MediaWiki\Session\UserInfo\newFromId(), UserTest\testAutoblockCookiesDisabled(), LanguageConverterTest\testGetPreferredVariantUserOption(), LanguageConverterTest\testGetPreferredVariantUserOptionBCP47(), LanguageConverterTest\testGetPreferredVariantUserOptionDeprecated(), LanguageConverterTest\testGetPreferredVariantUserOptionForForeignLanguage(), LanguageConverterTest\testGetPreferredVariantUserOptionForForeignLanguageBCP47(), LanguageConverterTest\testGetPreferredVariantUserOptionForForeignLanguageDeprecated(), and UserTest\testOptions().
User::loadDefaults | ( | $name = false | ) |
Set cached properties to default.
string | bool | $name |
Definition at line 1310 of file User.php.
References $name, pages, and wfTimestamp().
Referenced by PPFuzzUser\load(), load(), loadFromDatabase(), and loadFromId().
|
protected |
Load user data from shared cache, given mId has already been set.
Definition at line 522 of file User.php.
References $cache, $data, $name, array(), as, DB_REPLICA, getCacheKey(), loadFromDatabase(), loadGroups(), loadOptions(), use, VERSION, wfDebug(), wfGetDB(), and wfTimestamp().
Referenced by loadFromId().
User::loadFromDatabase | ( | $flags = self::READ_LATEST | ) |
Load user and user_group data from the database.
$this->mId must be set, this is how the user is identified.
int | $flags | User::READ_* constant bitfield |
Definition at line 1422 of file User.php.
References $options, $s, getEditCount(), getQueryInfo(), list, loadDefaults(), loadFromRow(), and wfGetDB().
Referenced by addToDatabase(), loadFromCache(), and loadFromId().
User::loadFromId | ( | $flags = self::READ_NORMAL | ) |
Load user table data, given mId has already been set.
int | $flags | User::READ_* constant bitfield |
Definition at line 458 of file User.php.
References loadDefaults(), loadFromCache(), and loadFromDatabase().
Referenced by load().
|
protected |
Initialize this object from a row from the user table.
stdClass | $row | Row from the user table to load. |
array | null | $data | Further user data to load into the object |
user_groups Array of arrays or stdClass result rows out of the user_groups table. Previously you were supposed to pass an array of strings here, but we also need expiry info nowadays, so an array of strings is ignored. user_properties Array with properties out of the user_properties table
Definition at line 1475 of file User.php.
References $data, $wgActorTableSchemaMigrationStage, as, loadOptions(), SCHEMA_COMPAT_NEW, setItemLoaded(), wfTimestamp(), and wfTimestampOrNull().
Referenced by loadFromDatabase().
|
private |
Load user data from the session.
Definition at line 1370 of file User.php.
References $user, getId(), getName(), getRequest(), getToken(), loadFromUserObject(), and trackBlockWithCookie().
Referenced by load().
|
protected |
|
private |
Load the groups from the database if they aren't already loaded.
Definition at line 1603 of file User.php.
References DB_MASTER, DB_REPLICA, and wfGetDB().
Referenced by addGroup(), getGroupMemberships(), getGroups(), loadFromCache(), and removeGroup().
|
protected |
Load the user options either from cache, the database or an array.
array | null | $data | Rows for the current user out of the user_properties table |
Definition at line 5474 of file User.php.
References $data, $dbr, $property, $res, $value, as, DB_MASTER, DB_REPLICA, getDefaultOptions(), getId(), load, wfDebug(), and wfGetDB().
Referenced by getOption(), getOptionKinds(), getOptions(), loadFromCache(), loadFromRow(), saveOptions(), and setOption().
User::logout | ( | ) |
|
static |
Create a link to the group in HTML, if available; else return the group name.
string | $group | Internal name of the group |
string | $text | The text of the link |
Definition at line 5189 of file User.php.
References $title, and wfDeprecated().
|
static |
Create a link to the group in Wikitext, if available; else return the group name.
string | $group | Internal name of the group |
string | $text | The text of the link |
Definition at line 5214 of file User.php.
References $title, and wfDeprecated().
Builds update conditions.
Additional conditions may be added to $conditions to protected against race conditions using a compare-and-set (CAS) mechanism based on comparing $this->mTouched with the user_touched field.
IDatabase | $db | |
array | $conditions | WHERE conditions for use with Database::update |
Definition at line 1678 of file User.php.
References Wikimedia\Rdbms\IDatabase\timestamp().
Check given value against the token value stored in the session.
A match should confirm that the form was submitted from the user's own login session, not a form submission from a third-party site.
string | $val | Input value to compare |
string | array | $salt | Optional function-specific data for hashing |
WebRequest | null | $request | Object to use or null to use $wgRequest |
int | null | $maxage | Fail tokens older than this, in seconds |
Definition at line 4668 of file User.php.
References $request, and getEditTokenObject().
Referenced by matchEditTokenNoSuffix().
Check given value against the token value stored in the session, ignoring the suffix.
string | $val | Input value to compare |
string | array | $salt | Optional function-specific data for hashing |
WebRequest | null | $request | Object to use or null to use $wgRequest |
int | null | $maxage | Fail tokens older than this, in seconds |
Definition at line 4682 of file User.php.
References $request, and matchEditToken().
|
static |
Factory function for fatal permission-denied errors.
string | $permission | User right required |
Definition at line 5685 of file User.php.
Referenced by ApiUpload\checkPermissions(), WatchAction\doUnwatch(), WatchAction\doWatch(), and MediaWiki\Permissions\PermissionManager\missingPermissionError().
|
static |
Static factory method for creation from a given actor ID.
int | $id | Valid actor ID |
Definition at line 624 of file User.php.
References $wgActorTableSchemaMigrationStage, SCHEMA_COMPAT_NEW, and setItemLoaded().
Referenced by RecentChange\getPerformer(), DatabaseLogEntry\getPerformer(), RCDatabaseLogEntry\getPerformer(), UserTest\testActorId(), and UserTest\testActorId_old().
|
static |
Static factory method for creation from an ID, name, and/or actor ID.
This does not check that the ID, name, and actor ID all correspond to the same user.
int | null | $userId | User ID, if known |
string | null | $userName | User name, if known |
int | null | $actorId | Actor ID, if known |
Definition at line 676 of file User.php.
References $user, $wgActorTableSchemaMigrationStage, and SCHEMA_COMPAT_NEW.
Referenced by WikiPage\archiveRevisions(), LocalFile\decodeRow(), LocalFileDeleteBatch\doDBInserts(), LocalFileRestoreBatch\execute(), RecentChange\getAttribute(), ActorMigration\getInsertValues(), ActorMigration\getInsertValuesWithTempTable(), Block\initFromRow(), MediaWiki\Revision\RevisionStore\initializeMutableRevisionFromArray(), RemoveUnusedAccounts\isInactiveAccount(), MediaWiki\Revision\RevisionStoreCacheRecord\loadFreshRow(), RecentChange\loadFromRow(), ArchivedFile\loadFromRow(), newFromIdentity(), MediaWiki\Revision\RevisionStore\newRevisionFromArchiveRow(), MediaWiki\Revision\RevisionStore\newRevisionFromRow(), RebuildRecentchanges\rebuildRecentChangesTablePass1(), RebuildRecentchanges\rebuildRecentChangesTablePass3(), LocalFile\recordUpload2(), RecentChange\save(), LocalFile\setProps(), Revision\setUserIdAndName(), and UserTest\testNewFromAnyId().
|
static |
Factory method to fetch whichever user has a given email confirmation code.
This code is generated when an account is created or its e-mail address has changed.
If the code is invalid or has expired, returns NULL.
string | $code | Confirmation code |
int | $flags | User::READ_* bitfield |
Definition at line 726 of file User.php.
References $code, DB_MASTER, DB_REPLICA, newFromId(), and wfGetDB().
Referenced by EmailConfirmation\attemptConfirm(), and EmailInvalidation\attemptInvalidate().
|
static |
Static factory method for creation from a given user ID.
int | $id | Valid user ID |
Definition at line 609 of file User.php.
References setItemLoaded().
Referenced by Block\__construct(), Installer\__construct(), CategoryMembershipChangeTest\addDBDataOnce(), LogPage\addEntry(), SpecialBlock\checkUnblockSelf(), MediaWiki\Auth\AuthManager\continueAccountCreation(), SpecialRedirect\dispatchUser(), ApiQueryWatchlistIntegrationTest\doAnonPageEdit(), ApiQueryRecentChangesIntegrationTest\doAnonPageEdit(), PopulateLogSearch\doDBUpdates(), ApiQueryAllUsers\execute(), ChangePassword\execute(), FixUserRegistration\execute(), MigrateUserGroup\execute(), RemoveInvalidEmails\execute(), RemoveUnusedAccounts\execute(), ResetUserEmail\execute(), WrapOldPasswords\execute(), NewFilesPager\formatRow(), ApiUnblockTest\getBlockFromParams(), WikiPage\getContributors(), UsersPager\getGroupMemberships(), getInstanceForUpdate(), NewUsersLogFormatter\getMessageParameters(), RecentChange\getPerformer(), DatabaseLogEntry\getPerformer(), RCDatabaseLogEntry\getPerformer(), CategoryMembershipChange\getUser(), RequestContext\importScopedSession(), ManualLogEntry\insert(), EnhancedChangesListTest\newEnhancedChangesList(), newFromConfirmationCode(), MediaWiki\Session\UserInfo\newFromId(), SpecialSearchTest\newUserWithSearchNS(), DeletePageJob\run(), EnotifNotifyJob\run(), RefreshLinksJob\runForTitle(), MediaWiki\Tests\Permissions\PermissionManagerTest\setUp(), TitlePermissionTest\setUp(), RevDelList\setVisibility(), Skin\showEmailUser(), UserOptionsMaintenance\showUsageStats(), UserTest\testActorId(), UserTest\testActorId_old(), UserTest\testEquals(), LanguageConverterTest\testGetPreferredVariantHeaderUserVsUrl(), UserTest\testIncEditCount(), SpecialPageTest\testRequireLoginAnon(), ApiQueryRecentChangesIntegrationTest\testUserPropParameter(), ApiQueryWatchlistIntegrationTest\testUserPropParameter(), UserOptionsMaintenance\updateOptions(), ResetUserTokens\updateUser(), and Linker\userToolLinks().
|
static |
Returns a User object corresponding to the given UserIdentity.
UserIdentity | $identity |
Definition at line 652 of file User.php.
References MediaWiki\User\UserIdentity\getActorId(), MediaWiki\User\UserIdentity\getId(), MediaWiki\User\UserIdentity\getName(), newFromAnyId(), and null.
Referenced by WikiPage\doSecondaryDataUpdates(), MediaWiki\Storage\DerivedPageDataUpdater\doSecondaryDataUpdates(), MediaWiki\Storage\DerivedPageDataUpdater\doUpdates(), MediaWiki\Storage\DerivedPageDataUpdater\prepareContent(), ManualLogEntry\setPerformer(), UserTest\testNewFromIdentity(), and WikiPage\updateParserCache().
|
static |
Static factory method for creation from username.
This is slightly less efficient than newFromId(), so use newFromId() if you have both an ID and a name handy.
string | $name | Username, validated by Title::newFromText() |
string | bool | $validate | Validate username. Takes the same parameters as User::getCanonicalName(), except that true is accepted as an alias for 'valid', for BC. |
Definition at line 585 of file User.php.
References $name, and getCanonicalName().
Referenced by UserWrapper\__construct(), TestUser\__construct(), ImageListPager\__construct(), EmailNotification\actuallyNotifyOnPageChange(), MediaWiki\Tests\Maintenance\BackupDumperLoggerTest\addDBData(), ApiQueryUserContribsTest\addDBDataOnce(), SpecialMyLanguageTest\addDBDataOnce(), BlockTest\addXffBlocks(), EditPageTest\assertEdit(), MediaWiki\Auth\AuthManager\beginAccountCreation(), MediaWiki\Auth\AuthManager\beginAuthentication(), Parser\braceSubstitution(), ImageListPager\buildQueryConds(), MediaWiki\Auth\AuthManager\canCreateAccount(), EmailNotification\canSendUserTalkEmail(), ApiMain\checkAsserts(), SpecialBlock\checkUnblockSelf(), MediaWiki\Auth\AuthManager\continueAccountCreation(), MediaWiki\Auth\AuthManager\continueAccountLink(), MediaWiki\Auth\AuthManager\continueAuthentication(), Installer\createMainpage(), Installer\createSysop(), PopulateLogSearch\doDBUpdates(), MediaWiki\Storage\DerivedPageDataUpdater\doUpdates(), SpecialContributions\execute(), DeletedContributionsPage\execute(), SpecialLog\execute(), LoginSignupSpecialPage\execute(), ApiQueryDeletedrevs\execute(), ApiQueryLogEvents\execute(), ApiQueryUserContribs\execute(), ApiValidatePassword\execute(), ChangePassword\execute(), TableCleanup\execute(), CreateAndPromote\execute(), DeleteBatch\execute(), DeleteDefaultMessages\execute(), EditCLI\execute(), ImportImages\execute(), ImportSiteScripts\execute(), ImportTextFiles\execute(), InvalidateUserSesssions\execute(), MakeTestEdits\execute(), MoveBatch\execute(), Protect\execute(), ResetUserEmail\execute(), Undelete\execute(), PasswordReset\execute(), UserrightsPage\fetchUser(), LogFormatter\formatParameterValue(), LogFormatter\formatParameterValueForApi(), CoreParserFunctions\gender(), WatchedItemStoreUnitTest\getAnonUser(), CreditsAction\getAuthor(), WikiPage\getContributors(), WikiPage\getCreator(), WANCacheReapUpdate\getEventAffectedKeys(), PageArchiveMcrTest\getExpectedArchiveRows(), PageArchivePreMcrTest\getExpectedArchiveRows(), BlockLogFormatter\getMessageParameters(), NewUsersLogFormatter\getMessageParameters(), MediaWiki\Auth\AbstractPasswordPrimaryAuthenticationProvider\getNewPasswordExpiry(), RecentChange\getPerformer(), DatabaseLogEntry\getPerformer(), RCDatabaseLogEntry\getPerformer(), ContribsPager\getQueryInfo(), DeletedContribsPager\getQueryInfo(), NewFilesPager\getQueryInfo(), NewPagesPager\getQueryInfo(), Skin\getRelevantUser(), RollbackEdits\getRollbackTitles(), SpecialEmailUser\getTarget(), CategoryMembershipChange\getUser(), DoubleRedirectJob\getUser(), ResourceLoaderContext\getUserObj(), WatchedItemQueryService\getUserRelatedConds(), ApiBase\getWatchlistUser(), ImportableOldRevisionImporter\import(), ImportableUploadRevisionImporter\import(), WikiRevision\importLogItem(), RequestContext\importScopedSession(), ReassignEdits\initialiseUser(), ManualLogEntry\insert(), LogPager\limitPerformer(), CentralIdLookup\localUserFromCentralId(), BotPassword\login(), RequestContext\newExtraneousContext(), MediaWiki\Session\UserInfo\newFromName(), WikiPage\onArticleDelete(), RawAction\onView(), InfoAction\pageInfo(), Block\parseTarget(), SpecialBlock\prefixSearchSubpages(), SpecialContributions\prefixSearchSubpages(), SpecialEmailUser\prefixSearchSubpages(), SpecialListFiles\prefixSearchSubpages(), UserrightsPage\prefixSearchSubpages(), RevisionDbTestBase\provideInsertOn_exceptionOnIncomplete(), MediaWiki\Tests\Storage\DerivedPageDataUpdaterTest\provideIsReusableFor(), MediaWiki\Auth\TemporaryPasswordPrimaryAuthenticationProvider\providerAllowsAuthenticationDataChange(), ApiQueryAllImages\run(), ApiQueryRecentChanges\run(), EnotifNotifyJob\run(), ApiQueryAllDeletedRevisions\run(), ApiQueryAllRevisions\run(), ApiQueryDeletedRevisions\run(), ApiQueryRevisions\run(), RefreshLinksJob\runForTitle(), UserNamePrefixSearch\search(), MediaWiki\Auth\TemporaryPasswordPrimaryAuthenticationProvider\sendPasswordResetEmail(), Block\setBlocker(), RecentChangeTest\setUp(), LogFormatterTest\setUp(), MediaWiki\Tests\Permissions\PermissionManagerTest\setUp(), TitlePermissionTest\setUp(), RevDelList\setVisibility(), SpecialLog\show(), EditPage\showIntro(), Article\showMissingArticle(), WebInstallerName\submit(), UserTest\testActorId(), UserTest\testActorId_old(), MediaWiki\Auth\AuthManagerTest\testAutoCreateFailOnLogin(), MediaWiki\Auth\AuthManagerTest\testAutoCreateOnLogin(), MediaWiki\Auth\AuthManagerTest\testBeginAccountCreation(), MediaWiki\Auth\AuthManagerTest\testBeginAccountLink(), MediaWiki\Auth\EmailNotificationSecondaryAuthenticationProviderTest\testBeginSecondaryAuthentication(), BlockTest\testBlockedUserCanNotCreateAccount(), CentralIdLookupTest\testCentralIdFromLocalUser(), ApiStashEditTest\testCheckCacheOldNoEditsAnon(), PasswordPolicyChecksTest\testCheckMaximalPasswordLength(), PasswordPolicyChecksTest\testCheckMinimalPasswordLength(), PasswordPolicyChecksTest\testCheckMinimumPasswordLengthToLogin(), PasswordPolicyChecksTest\testCheckNotInLargeBlacklist(), PasswordPolicyChecksTest\testCheckPasswordCannotMatchBlacklist(), PasswordPolicyChecksTest\testCheckPasswordCannotMatchUsername(), UserTest\testCheckPasswordValidity(), PasswordPolicyChecksTest\testCheckPopularPasswordBlacklist(), UserPasswordPolicyTest\testCheckUserPassword_blacklist(), BlockTest\testCrappyCrossWikiBlocks(), MediaWiki\Auth\ThrottlePreAuthenticationProviderTest\testDisabled(), SpecialRedirectTest\testDispatch(), UserTest\testEquals(), UserTest\testExperienceLevelAnon(), MediaWiki\Auth\AuthManagerTest\testGetAuthenticationRequests(), UserTest\testGetEditCountForAnons(), RequestContextTest\testImportScopedSession(), MediaWiki\Session\SessionManagerTest\testInvalidateSessionsForUser(), LocalIdLookupTest\testIsAttached(), UserTest\testLoggedIn(), LocalIdLookupTest\testLookupCentralIds(), LocalIdLookupTest\testLookupUserNames(), MediaWiki\Tests\Storage\PageUpdaterTest\testMagicWords(), MovePageTest\testMoveAbortedByTitleMoveHook(), UserTest\testNewFromAnyId(), MediaWiki\Session\UserInfoTest\testNewFromId(), MediaWiki\Session\UserInfoTest\testNewFromName(), MediaWiki\Session\UserInfoTest\testNewFromUser(), UserTest\testOptions(), ApiQueryWatchlistIntegrationTest\testOwnerAndTokenParams(), MediaWiki\Session\ImmutableSessionProviderWithCookieTest\testPersistSession(), MediaWiki\Auth\ThrottlePreAuthenticationProviderTest\testPostAuthentication(), ApiBlockTest\testRangeBlock(), ChangesListSpecialPageTest\testRcHidebyothersFilter(), ChangesListSpecialPageTest\testRcHidebyothersFilter_old(), ChangesListSpecialPageTest\testRcHidemyselfFilter(), ChangesListSpecialPageTest\testRcHidemyselfFilter_old(), SpecialPageTest\testRequireLoginNotAnon(), MediaWiki\Session\SessionBackendTest\testResetId(), MediaWiki\Session\SessionBackendTest\testResetIdOfGlobalSession(), SpecialPageFatalTest\testSpecialPageDoesNotFatal(), MediaWiki\Session\SessionBackendTest\testTakeOverGlobalSession(), MediaWiki\Auth\ThrottlePreAuthenticationProviderTest\testTestForAuthentication(), MediaWiki\Session\SessionBackendTest\testUnpersistOfGlobalSession(), RevisionDbTestBase\testUserWasLastToEdit(), ApiBlockTest\testVeryLargeRangeBlock(), ArticleViewTest\testViewUserPageOfNonexistingUser(), PageArchive\undeleteRevisions(), MediaWiki\Auth\AuthManagerTest\usernameForCreation(), HTMLUserTextField\validate(), and ApiBase\validateUser().
|
static |
Create a new user object from a user row.
The row should have the following fields from the user table in it:
stdClass | $row | A row from the user table |
array | null | $data | Further data to load into the object (see User::loadFromRow for valid keys) |
Definition at line 772 of file User.php.
Referenced by ApiQueryUserContribs\execute(), ApiQueryUsers\execute(), DatabaseLogEntry\getPerformer(), PasswordReset\getUsersByEmail(), newSystemUser(), RebuildRecentchanges\rebuildRecentChangesTablePass4(), UserArrayFromResult\setCurrent(), UserTest\testActorId(), UserTest\testActorId_old(), and UserTest\testExperienceLevel().
|
static |
Create a new user object using data from session.
If the login credentials are invalid, the result is an anonymous user.
WebRequest | null | $request | Object to use; $wgRequest will be used if omitted. |
Definition at line 750 of file User.php.
References $request, and $user.
Referenced by RequestContext\getUser(), ApiLogoutTest\setUp(), UserTest\testAutoblockCookieInauthentic(), UserTest\testAutoblockCookieInfiniteExpiry(), UserTest\testAutoblockCookieNoSecretKey(), UserTest\testAutoblockCookies(), UserTest\testAutoblockCookiesDisabled(), UserTest\testIpBlockCookieIgnoredWhenUserLoggedIn(), UserTest\testIpBlockCookieNotSet(), UserTest\testIpBlockCookieSet(), and UserTest\testIsPingLimitable().
|
static |
Static factory method for creation of a "system" user from username.
A "system" user is an account that's used to attribute logged actions taken by MediaWiki itself, as opposed to a bot or human user. Examples might include the 'Maintenance script' or 'Conversion script' accounts used by various scripts in the maintenance/ directory or accounts such as 'MediaWiki message delivery' used by the MassMessage extension.
This can optionally create the user if it doesn't exist, and "steal" the account if it does exist.
"Stealing" an existing user is intended to make it impossible for normal authentication processes to use the account, effectively disabling the account for normal use:
string | $name | Username |
array | $options | Options are:
|
Definition at line 813 of file User.php.
References $dbr, $name, $options, $user, createNew(), DB_MASTER, DB_REPLICA, getCanonicalName(), getQueryInfo(), INVALID_TOKEN, newFromRow(), and wfGetDB().
Referenced by AddChangeTag\execute(), CleanupCaps\execute(), CleanupSpam\execute(), TableCleanup\execute(), DeleteBatch\execute(), DeleteEqualMessages\execute(), EditCLI\execute(), ImportImages\execute(), ImportSiteScripts\execute(), ImportTextFiles\execute(), MoveBatch\execute(), Protect\execute(), RollbackEdits\execute(), Undelete\execute(), and PopulateArchiveRevId\makeDummyRevisionRow().
|
private |
Generate a current or new-future timestamp to be stored in the user_touched field when we update things.
Definition at line 2757 of file User.php.
References $time, and wfTimestamp().
Referenced by addToDatabase(), checkAndSetTouched(), and saveSettings().
User::pingLimiter | ( | $action = 'edit' , |
|
$incrBy = 1 |
|||
) |
Primitive rate limits: enforce maximum actions per time period to put a brake on flooding.
The method generates both a generic profiling point and a per action one (suffix being "-$action".
string | $action | Action to enforce; 'edit' if unspecified |
int | $incrBy | Positive amount to increment counter by [defaults to 1] |
Definition at line 2132 of file User.php.
References $cache, $keys, $user, $wgRateLimits, as, getGroups(), getId(), getRequest(), isNewbie(), isPingLimitable(), list, wfDebug(), and wfDebugLog().
Referenced by PasswordReset\execute().
|
static |
string | $wikiId | |
int | $userId |
Definition at line 488 of file User.php.
References $cache.
Referenced by UserRightsProxy\invalidateCache(), and UserTest\testActorId_old().
|
static |
Return a random password.
Definition at line 1297 of file User.php.
References $wgMinimalPasswordLength.
User::removeGroup | ( | $group | ) |
Remove the user from the given group.
This takes immediate effect.
string | $group | Name of the group to remove |
Definition at line 3763 of file User.php.
References getEffectiveGroups(), invalidateCache(), load, and loadGroups().
User::removeWatch | ( | $title, | |
$checkRights = self::CHECK_USER_RIGHTS |
|||
) |
Stop watching an article.
Title | $title | Title of the article to look at |
bool | $checkRights | Whether to check 'viewmywatchlist'/'editmywatchlist' rights. Pass User::CHECK_USER_RIGHTS or User::IGNORE_USER_RIGHTS. |
Definition at line 3951 of file User.php.
References $title, invalidateCache(), and isAllowed().
User::requiresHTTPS | ( | ) |
Determine based on the wiki configuration and the user's options, whether this user must be over HTTPS no matter what.
Definition at line 3512 of file User.php.
References $wgSecureLogin, getBoolOption(), getRequest(), and wfCanIPUseHTTPS().
|
static |
Reset the process cache of default user options.
This is only necessary if the wiki configuration has changed since defaults were calculated, and as such should only be performed inside the testing suite that regularly changes wiki configuration.
Definition at line 1764 of file User.php.
Referenced by MediaWikiTestCase\resetNonServiceCaches().
|
static |
Reset the cache used in idFromName().
For use in tests.
Definition at line 947 of file User.php.
Referenced by MediaWikiTestCase\addCoreDBData().
User::resetOptions | ( | $resetKinds = [ 'registered', 'registered-multiselect', 'registered-checkmatrix', 'unused' ] , |
|
IContextSource | $context = null |
||
) |
Reset certain (or all) options to the site defaults.
The optional parameter determines which kinds of preferences will be reset. Supported values are everything that can be reported by getOptionKinds() and 'all', which forces a reset of all preferences and overrides everything else.
array | string | $resetKinds | Which kinds of preferences to reset. Defaults to array( 'registered', 'registered-multiselect', 'registered-checkmatrix', 'unused' ) for backwards-compatibility. |
IContextSource | null | $context | Context source used when $resetKinds does not contain 'all', passed to getOptionKinds(). Defaults to RequestContext::getMain() when null. |
Definition at line 3447 of file User.php.
References $context, $value, as, getDefaultOptions(), getOptionKinds(), and load.
User::resetTokenFromOption | ( | $oname | ) |
Reset a token stored in the preferences (like the watchlist one).
Does not save user's preferences (similarly to setOption()).
string | $oname | The option name to reset the token in |
Definition at line 3305 of file User.php.
References $wgHiddenPrefs, MWCryptRand\generateHex(), and setOption().
|
protected |
Saves the non-default options for this user, as previously set e.g.
via setOption(), in the database's "user_properties" (preferences) table. Usually used via saveSettings().
Definition at line 5551 of file User.php.
References $mOptions, $res, $value, as, DB_MASTER, getDefaultOption(), getId(), loadOptions(), and wfGetDB().
Referenced by addToDatabase(), and saveSettings().
User::saveSettings | ( | ) |
Save this user's settings into the database.
Definition at line 4187 of file User.php.
References $fname, $wgActorTableSchemaMigrationStage, clearSharedCache(), DB_MASTER, getUserPage(), load, newTouchedTimestamp(), saveOptions(), SCHEMA_COMPAT_WRITE_NEW, use, wfGetDB(), and wfReadOnly().
Referenced by MediaWiki\Session\SessionBackend\save(), sendConfirmationMail(), UserTest\testActorId(), UserTest\testActorId_old(), and UserTest\testOptions().
|
static |
Return the list of user fields that should be selected to create a new user object.
Definition at line 5617 of file User.php.
References wfDeprecated().
Referenced by UserTest\testActorId(), and UserTest\testActorId_old().
User::sendConfirmationMail | ( | $type = 'created' | ) |
Generate a new e-mail confirmation token and send a confirmation/invalidation mail to the user's given address.
string | $type | Message to send, either "created", "changed" or "set" |
Definition at line 4694 of file User.php.
References $type, $wgLang, confirmationToken(), confirmationTokenUrl(), getName(), getRequest(), invalidationTokenUrl(), saveSettings(), sendMail(), and wfMessage().
Referenced by setEmailWithConfirmation().
Send an e-mail to this user's account.
Does not check for confirmed status or validity.
string | $subject | Message subject |
string | $body | Message body |
User | null | $from | Optional sending user; if unspecified, default $wgPasswordSender will be used. |
MailAddress | null | $replyto | Reply-To address |
Definition at line 4749 of file User.php.
References $wgPasswordSender, MailAddress\newFromUser(), UserMailer\send(), text, and wfMessage().
Referenced by sendConfirmationMail(), and setEmailWithConfirmation().
Persist this user's session (e.g.
set cookies)
WebRequest | null | $request | WebRequest object to use; $wgRequest will be used if null is passed. |
bool | null | $secure | Whether to force secure/insecure cookies or use default |
bool | $rememberMe | Whether to add a Token cookie for elongated sessions |
Definition at line 4103 of file User.php.
References $request, getRequest(), and load.
User::setEditCountInternal | ( | $count | ) |
User::setEmail | ( | $str | ) |
Set the user's e-mail address.
string | $str | New e-mail address |
Definition at line 3072 of file User.php.
References invalidateEmail(), and load.
Referenced by DefaultPreferencesFactoryTest\emailAuthenticationProvider(), and setEmailWithConfirmation().
User::setEmailAuthenticationTimestamp | ( | $timestamp | ) |
Set the e-mail authentication timestamp.
string | $timestamp | TS_MW timestamp |
Definition at line 4864 of file User.php.
References load.
Referenced by confirmEmail(), and invalidateEmail().
User::setEmailWithConfirmation | ( | $str | ) |
Set the user's e-mail address and a confirmation mail if needed.
string | $str | New e-mail address |
Definition at line 3089 of file User.php.
References $type, $wgEmailAuthentication, $wgEnableEmail, getEmail(), getName(), getRequest(), sendConfirmationMail(), sendMail(), setEmail(), text, and wfMessage().
User::setId | ( | $v | ) |
Set the user and reload all fields according to a given ID.
int | $v | User ID to reload |
Definition at line 2443 of file User.php.
References clearInstanceCache().
User::setInternalPassword | ( | $str | ) |
Set the password and reset the random token unconditionally.
string | null | $str | New password to set or null to set an invalid password hash meaning that the user will not be able to log in through the web interface. |
Definition at line 2903 of file User.php.
References setPasswordInternal(), and wfDeprecated().
|
protected |
Set that an item has been loaded.
string | $item |
Definition at line 1359 of file User.php.
Referenced by getActorId(), loadFromRow(), newFromActorId(), and newFromId().
User::setName | ( | $str | ) |
Set the user name.
This does not reload fields from the database according to the given name. Rather, it is used to create a temporary "nonexistent user" for later addition to the database. It can also be used to set the IP address for an anonymous user to something other than the current remote IP.
string | $str | New user name to set |
Definition at line 2480 of file User.php.
References load.
Referenced by MediaWiki\Auth\AuthManager\continueAccountCreation(), UserGroupMembershipTest\setUp(), UserTest\testActorId(), and UserTest\testActorId_old().
User::setNewpassword | ( | $str, | |
$throttle = true |
|||
) |
Set the password for a password reminder or new account email.
string | $str | New password to set or null to set an invalid password hash meaning that the user will not be able to use it |
bool | $throttle | If true, reset the throttle timestamp to the present |
User::setNewtalk | ( | $val, | |
$curRev = null |
|||
) |
Update the 'You have new messages!' status.
bool | $val | Whether the user has new messages |
Revision | null | $curRev | New, as yet unseen revision of the user talk page. Ignored if null or !$val. |
Definition at line 2724 of file User.php.
References deleteNewtalk(), getId(), getName(), invalidateCache(), isAnon(), load, updateNewtalk(), and wfReadOnly().
Referenced by clearAllNotifications(), and clearNotification().
User::setOption | ( | $oname, | |
$val | |||
) |
Set the given option for a user.
You need to call saveSettings() to actually write to the database.
string | $oname | The option to set |
mixed | $val | New value to set |
Definition at line 3256 of file User.php.
References getDefaultOption(), and loadOptions().
Referenced by resetTokenFromOption(), setPasswordInternal(), and UserTest\testOptions().
User::setPassword | ( | $str | ) |
Set the password and reset the random token.
Calls through to authentication plugin if necessary; will have no effect if the auth plugin refuses to pass the change through or if the legal password checks fail.
As a special case, setting the password to null wipes it, so the account cannot be logged in until a new password is set, for instance via e-mail.
string | $str | New password to set |
PasswordError | On failure |
Definition at line 2890 of file User.php.
References setPasswordInternal(), and wfDeprecated().
|
private |
Actually set the password and such.
string | null | $str | New password to set or null to set an invalid password hash meaning that the user will not be able to log in through the web interface. |
Definition at line 2916 of file User.php.
References changeAuthenticationData(), getName(), and setOption().
Referenced by setInternalPassword(), and setPassword().
User::setRealName | ( | $str | ) |
User::setToken | ( | $token = false | ) |
Set the random token (used for persistent authentication) Called from loadDefaults() among other places.
string | bool | $token | If specified, set the token to this value |
Definition at line 3024 of file User.php.
References MWCryptRand\generateHex(), and load.
Referenced by addToDatabase(), and getToken().
User::spreadAnyEditBlock | ( | ) |
If this user is logged-in and blocked, block any IP address they've successfully logged in from.
Definition at line 4464 of file User.php.
References isBlocked(), isLoggedIn(), and spreadBlock().
|
protected |
If this (non-anonymous) user is blocked, block the IP address they've successfully logged in from.
Definition at line 4477 of file User.php.
References getName(), getRequest(), load, Block\newFromTarget(), and wfDebug().
Referenced by spreadAnyEditBlock().
User::touch | ( | ) |
Update the "touched" timestamp for the user.
This is useful on various login/logout events when making sure that a browser or proxy that has multiple tenants does not suffer cache pollution where the new user sees the old users content. The value of getTouched() is checked when determining 304 vs 200 responses. Unlike invalidateCache(), this preserves the User object cache and avoids database writes.
Definition at line 2819 of file User.php.
References $cache, and getId().
Referenced by invalidateCache().
User::trackBlockWithCookie | ( | ) |
Set the 'BlockID' cookie depending on block type and user authentication status.
Definition at line 1405 of file User.php.
References getBlock(), and getRequest().
Referenced by loadFromSession(), UserTest\testIpBlockCookieNotSet(), and UserTest\testIpBlockCookieSet().
|
private |
Update the actor ID after an insert.
IDatabase | $dbw | Writable database handle |
Definition at line 4446 of file User.php.
References $wgActorTableSchemaMigrationStage, Wikimedia\Rdbms\IDatabase\insert(), Wikimedia\Rdbms\IDatabase\insertId(), and SCHEMA_COMPAT_WRITE_NEW.
Referenced by addToDatabase().
|
protected |
Add or update the new messages flag.
string | $field | 'user_ip' for anonymous users, 'user_id' otherwise |
string | int | $id | User's IP address for anonymous users, User ID otherwise |
Revision | null | $curRev | New, as yet unseen revision of the user talk page. Ignored if null. |
Definition at line 2679 of file User.php.
References DB_MASTER, wfDebug(), and wfGetDB().
Referenced by setNewtalk().
User::useFilePatrol | ( | ) |
Check whether to enable new files patrol features for this user.
Definition at line 3890 of file User.php.
References $wgUseFilePatrol, $wgUseRCPatrol, and isAllowedAny().
User::useNPPatrol | ( | ) |
Check whether to enable new pages patrol features for this user.
Definition at line 3878 of file User.php.
References $wgUseNPPatrol, $wgUseRCPatrol, and isAllowedAny().
User::useRCPatrol | ( | ) |
Check whether to enable recent changes patrol features for this user.
Definition at line 3869 of file User.php.
References $wgUseRCPatrol, and isAllowedAny().
User::validateCache | ( | $timestamp | ) |
Validate the cache for this account.
string | $timestamp | A timestamp in TS_MW format |
Definition at line 2834 of file User.php.
References getTouched().
|
static |
Get the username corresponding to a given user ID.
int | $id | User ID |
Definition at line 885 of file User.php.
References UserCache\singleton().
Referenced by MediaWiki\Permissions\PermissionManager\checkActionPermissions(), ApiBlock\execute(), ApiUnblock\execute(), UserrightsPage\fetchUser(), ImageListPager\formatValue(), and ApiBlockTest\testBlockOfNonexistentUserId().
|
static |
Get the real name of a user given their user ID.
int | $id | User ID |
Definition at line 895 of file User.php.
References UserCache\singleton().
Is the user an IP range?
Definition at line 1754 of file User.php.
Referenced by getDefaultOptions().
Is the user an IP range?
Definition at line 1756 of file User.php.
Referenced by getDefaultOptions().
|
protected |
Definition at line 207 of file User.php.
Referenced by getActorId().
|
protected |
Definition at line 295 of file User.php.
Referenced by isAllowUsertalk().
|
staticprotected |
String Cached results of getAllRights()
Definition at line 198 of file User.php.
Referenced by getAllRights().
Block User::$mBlock |
Definition at line 292 of file User.php.
Referenced by isBlockedFromCreateAccount().
string User::$mBlockedby |
Definition at line 266 of file User.php.
Referenced by blockedBy().
|
protected |
Definition at line 272 of file User.php.
Referenced by blockedFor().
|
staticprotected |
Array of Strings List of member variables which are saved to the shared cache (memcached).
Any operation which changes the corresponding database fields must call a cache-clearing function.
|
staticprotected |
Array of Strings Core rights.
Each of these should have a corresponding message of the form "right-$right".
Definition at line 113 of file User.php.
Referenced by getAllRights().
|
protected |
Definition at line 264 of file User.php.
Referenced by getDatePreference().
|
protected |
Definition at line 228 of file User.php.
Referenced by getEditCount().
|
protected |
Definition at line 274 of file User.php.
Referenced by getEffectiveGroups().
string User::$mEmail |
Definition at line 212 of file User.php.
Referenced by getEmail().
string User::$mEmailAuthenticated |
Definition at line 220 of file User.php.
Referenced by getEmailAuthenticationTimestamp().
|
protected |
Definition at line 278 of file User.php.
Referenced by getFormerGroups().
User::$mFrom |
String Initialization data source if mLoadedItems!==true.
May be one of:
Use the User::newFrom*() family of functions to set this.
|
protected |
Associative array of (group name => UserGroupMembership object)
Definition at line 230 of file User.php.
Referenced by getGroupMemberships().
bool User::$mHideName |
Definition at line 284 of file User.php.
Referenced by isHidden().
int User::$mId |
Cache variables.
Definition at line 203 of file User.php.
Referenced by addToDatabase(), and getId().
|
protected |
Definition at line 276 of file User.php.
Referenced by getAutomaticGroups().
|
protected |
|
protected |
Definition at line 282 of file User.php.
Referenced by isLocked().
string User::$mName |
Definition at line 205 of file User.php.
Referenced by addToDatabase(), and getName().
|
protected |
Lazy-initialized variables, invalidated with clearInstanceCache.
Definition at line 262 of file User.php.
Referenced by getNewtalk().
array User::$mOptions |
Definition at line 286 of file User.php.
Referenced by getOptionKinds(), getOptions(), and saveOptions().
User::$mOptionsLoaded |
|
protected |
string User::$mRealName |
Definition at line 209 of file User.php.
Referenced by getRealName().
|
protected |
Definition at line 226 of file User.php.
Referenced by getRegistration().
|
private |
Definition at line 289 of file User.php.
Referenced by getRequest().
array User::$mRights |
Definition at line 270 of file User.php.
Referenced by getRights().
|
protected |
Definition at line 218 of file User.php.
Referenced by getToken().
string User::$mTouched |
TS_MW timestamp from the DB.
Definition at line 214 of file User.php.
Referenced by getDBTouched(), and getTouched().
|
protected |
const User::GETOPTIONS_EXCLUDE_DEFAULTS = 1 |
Exclude user options that are set to their default value.
Definition at line 68 of file User.php.
Referenced by ResourceLoaderUserOptionsModule\getScript(), and ResourceLoaderUserOptionsModule\isKnownEmpty().
const User::IGNORE_USER_RIGHTS = false |
Definition at line 78 of file User.php.
Referenced by MediaWiki\Auth\AuthManager\autoCreateUser(), MediaWiki\Auth\AuthManager\continueAccountCreation(), WatchAction\doWatchOrUnwatch(), ApiBase\getWatchlistValue(), RollbackAction\handleRollbackRequest(), UploadBase\performUpload(), SpecialBlock\processForm(), and EditPage\updateWatchlist().
const User::INVALID_TOKEN = '*** INVALID ***' |
@const string An invalid value for user_token
Definition at line 57 of file User.php.
Referenced by newSystemUser().
const User::TOKEN_LENGTH = 32 |
@const int Number of characters in user_token field.
Definition at line 52 of file User.php.
Referenced by BotPassword\save().
const User::VERSION = 13 |
@const int Serialized record version.
Definition at line 62 of file User.php.
Referenced by loadFromCache().