Todo List
This controller will handle the recovery of passwords that have been lost or forgotten by the user.
Located in /modules/core/UserRecoverPassword.inc [line 37]
GalleryController | --UserRecoverPasswordController
Properties
Methods
Inherited From GalleryController
GalleryController::assertIsGenuineRequest() Verifies the genuineness of the request GalleryController::getItem() Return the current item, as specified in the itemId request variable. GalleryController::handleRequest() Take the appropriate action based on the user input provided. GalleryController::isAllowedInEmbedOnly() Does this controller allow direct access even in embed-only mode? GalleryController::isAllowedInMaintenance() Does this controller allow access to non-admins when site is in maintenance mode? GalleryController::loadController() Load a controller GalleryController::omitAuthTokenCheck() Whether the controller opts-out from the framework's auth token check. GalleryController::permissionCheck() GalleryController::shouldSaveSession() Should session be saved and session cookie sent when this controller is used?
ValidationPlugin instances to use when handling this request. Only used by test code.
void handleRequest( $form )
void setPluginInstances( array $pluginInstances )
Tests can use this method to hardwire a specific set of plugin instances to use.
This avoids situations where some of the option instances will do unpredictable things and derail the tests.