Hi there,
When I enable this module, some of my pages that are not even related to the user account (ex : /agenda) have suddenly the page title Reset my password !
The /user page as well, does not print the username anymore but "Reset my password"
If I remove the line 194 : drupal_set_title(t('Reset my password'));
it works back but does this hide something else? and how is this possible that it does this since the code is executed inside hook_form_user_pass_alter()...
Comments
Comment #2
nicolas bouteille commentedOk the issue here is we have the Forgot Password Block module enabled (https://www.drupal.org/project/forgot_password_block).
So the user_pass form is actually present as a block on many pages, but the code on ligne 194 changes the current page title.
So I believe this feature should be revised to play nicely with this use case...
Comment #3
astonvictor commentedD7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.