public function AuthenticationController::forgot in Janrain Registration 8
Restore password form.
1 call to AuthenticationController::forgot()
- AuthenticationController::login in src/
Controller/ AuthenticationController.php - Login or reset a password for a user using Janrain API.
1 string reference to 'AuthenticationController::forgot'
File
- src/
Controller/ AuthenticationController.php, line 60
Class
- AuthenticationController
- Authentication controller.
Namespace
Drupal\janrain_capture\ControllerCode
public function forgot() {
return $this->markupBuilder
->getScreenRenderArray('forgot');
}