Change User Password

Component ID

2096341

Component name

Change User Password

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Change User Password provides a change password form after logging in with a one-time login link.

Download and enable the module as usual. Make sure you clear your cache as the module implements hook_menu for a custom change password form.

To use, make sure you are logged out and request a one-time login link using the Drupal forgot password feature. You will receive an email with a one-time login link that you can click on. You then click on the login button (standard Drupal behaviour). The change user password module will intercept this request and send you to a change password form.

I created this module because the change password form in Drupal is confusing to many users and putting the change password form on its own page is a common request from clients. If there are enough people interested in this module, I will convert it into an actual Drupal contributed project.