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

Nicolas Bouteille created an issue. See original summary.

nicolas bouteille’s picture

Ok 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...

astonvictor’s picture

Status: Active » Closed (outdated)

D7 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.

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.