diff --git a/module/VuFind/src/VuFind/Controller/MyResearchController.php b/module/VuFind/src/VuFind/Controller/MyResearchController.php index 8da9e57df8685e963c20c8ad1b40b3412339f3b2..c203f2196a84601d944e95af24a76c06f15b7d78 100644 --- a/module/VuFind/src/VuFind/Controller/MyResearchController.php +++ b/module/VuFind/src/VuFind/Controller/MyResearchController.php @@ -1317,7 +1317,7 @@ class MyResearchController extends AbstractBase $view->hash = $hash; $view->username = $user->username; $view->useRecaptcha - = $this->recaptcha()->active('passwordRecovery'); + = $this->recaptcha()->active('changePassword'); $view->setTemplate('myresearch/newpassword'); return $view; }