[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Source view] [Print] [Project Stats]
Implements Special:Confirmemail and Special:Invalidateemail 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: | 179 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
EmailConfirmation:: (4 methods):
__construct()
execute()
showRequestForm()
attemptConfirm()
EmailInvalidation:: (3 methods):
__construct()
execute()
attemptInvalidate()
Class: EmailConfirmation - X-Ref
Special page allows users to request email confirmation message, and handles__construct() X-Ref |
No description |
execute( $code ) X-Ref |
Main execution point param: null|string $code Confirmation code passed to the page |
showRequestForm() X-Ref |
Show a nice form for the user to request a confirmation mail |
attemptConfirm( $code ) X-Ref |
Attempt to confirm the user's email address and show success or failure as needed; if successful, take the user to log in param: string $code Confirmation code |
Class: EmailInvalidation - X-Ref
Special page allows users to cancel an email confirmation using the e-mail__construct() X-Ref |
No description |
execute( $code ) X-Ref |
No description |
attemptInvalidate( $code ) X-Ref |
Attempt to invalidate the user's email address and show success or failure as needed; if successful, link to main page param: string $code Confirmation code |
Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |