MediaWiki
REL1_22
|
Let users change their email address. More...
Public Member Functions | |
__construct () | |
execute ($par) | |
Main execution point. | |
isListed () | |
Protected Member Functions | |
attemptChange (User $user, $pass, $newaddr) | |
doReturnTo ($type= 'hard') | |
error ($msg) | |
getGroupName () | |
Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-group-*' for valid names This method defaults to group 'other'. | |
pretty ($fields) | |
showForm () | |
Protected Attributes | |
string | $mNewEmail |
Users new email address. | |
string | $mPassword |
Users password. |
Let users change their email address.
Definition at line 29 of file SpecialChangeEmail.php.
Definition at line 41 of file SpecialChangeEmail.php.
SpecialChangeEmail::attemptChange | ( | User $ | user, |
$ | pass, | ||
$ | newaddr | ||
) | [protected] |
$user | User |
$pass | string |
$newaddr | string |
Definition at line 225 of file SpecialChangeEmail.php.
SpecialChangeEmail::doReturnTo | ( | $ | type = 'hard' | ) | [protected] |
$type | string |
Definition at line 121 of file SpecialChangeEmail.php.
SpecialChangeEmail::error | ( | $ | msg | ) | [protected] |
$msg | string |
Definition at line 136 of file SpecialChangeEmail.php.
SpecialChangeEmail::execute | ( | $ | par | ) |
Main execution point.
Reimplemented from SpecialPage.
Definition at line 57 of file SpecialChangeEmail.php.
SpecialChangeEmail::getGroupName | ( | ) | [protected] |
Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-group-*' for valid names This method defaults to group 'other'.
Reimplemented from SpecialPage.
Definition at line 273 of file SpecialChangeEmail.php.
Reimplemented from UnlistedSpecialPage.
Definition at line 48 of file SpecialChangeEmail.php.
SpecialChangeEmail::pretty | ( | $ | fields | ) | [protected] |
SpecialChangeEmail::showForm | ( | ) | [protected] |
Definition at line 140 of file SpecialChangeEmail.php.
string SpecialChangeEmail::$mNewEmail [protected] |
Users new email address.
Definition at line 39 of file SpecialChangeEmail.php.
string SpecialChangeEmail::$mPassword [protected] |
Users password.
Definition at line 34 of file SpecialChangeEmail.php.