| [ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Source view] [Print] [Project Stats]
Implements Special:ChangePassword This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
| File Size: | 314 lines (9 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
SpecialChangePassword:: (12 methods):
__construct()
execute()
checkExecutePermissions()
setChangeMessage()
setOldPasswordMessage()
getFormFields()
alterForm()
onSubmit()
onSuccess()
attemptReset()
requiresUnblock()
getGroupName()
Class: SpecialChangePassword - X-Ref
Let users recover their password.| __construct() X-Ref |
| No description |
| execute( $par ) X-Ref |
| Main execution point param: string|null $par |
| checkExecutePermissions( User $user ) X-Ref |
| No description |
| setChangeMessage( Message $msg ) X-Ref |
| Set a message at the top of the Change Password form param: Message $msg Message to parse and add to the form header |
| setOldPasswordMessage( $msg ) X-Ref |
| Set a message at the top of the Change Password form param: string $msg Message label for old/temp password field |
| getFormFields() X-Ref |
| No description |
| alterForm( HTMLForm $form ) X-Ref |
| No description |
| onSubmit( array $data ) X-Ref |
| No description |
| onSuccess() X-Ref |
| No description |
| attemptReset( $oldpass, $newpass, $retype ) X-Ref |
param: string $oldpass param: string $newpass param: string $retype |
| requiresUnblock() X-Ref |
| No description |
| getGroupName() X-Ref |
| No description |
| Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |