Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: OpenID Connect / OAuth client 3.0.0-alpha9 New alpha version released for module openid_connect (3.0.0-alpha9). Usage Milestone: Google Analytics Module google_analytics crossed 1,000 active installs. Release: Timelinr 1.0.1 Minor update available for module timelinr (1.0.1). Release: GraphQL Compose Codegen 1.1.2 Minor update available for module graphql_compose_codegen (1.1.2). Release: Mapy.com 1.1.3 Minor update available for module mapycom (1.1.3). Release: Ckeditor5 entity browser 3.0.3 Minor update available for module ckeditor5_entity_browser (3.0.3). Release: Ckeditor5 entity browser 3.0.1 Minor update available for module ckeditor5_entity_browser (3.0.1). Release: Ckeditor5 entity browser 3.0.2 Minor update available for module ckeditor5_entity_browser (3.0.2). Release: Teamleader Integration 4.0.2 Minor update available for module teamleader (4.0.2). Module Revived: Entityqueue Buttons 1.1.2 Module entityqueue_buttons updated after 8 months of inactivity (1.1.2).

Password Separate Form

2,780 sites Security covered Drupal 9–11
View on drupal.org

This module provides a dedicated password change form, separate from the user account editing page. This makes it easier for users to change their passwords without affecting other account details.

A request that I got from multiple clients is to have a separate password change form. The current Password mechanism on the User account page is a little bit confusing.

INTRODUCTION

The Password Separate Form module provides a separate password change form.
By default, it comes with a user account page that little bit confusing for end-users. This module would help to make this form as a separate form to help end
users, there is no need to change these fields every time if you are editing
some other fields on the user account page.

USAGE

  • Go to People page and edit any user account. You can also access directly user page, if you know user uid using /user/%uid/edit. Here %uid is user uid.
  • Once you will click on edit link, you will find there is no Password related fields, one additional tab is there Change Password.
  • Click on the "Change Password" tab you will see now you have separate form to manage password.

Develop Password Separate Form using DDEV ⚙

If you haven't already, install DDEV.

git clone [email protected]:project/change_pwd_page.git
cd crm
ddev config --project-type=drupal --docroot=web --php-version=8.4 --corepack-enable --project-name=change-pwd-page
ddev add-on get ddev/ddev-drupal-contrib
ddev add-on get s-ayers/ddev-drupal-contrib-mkdocs
ddev start
ddev poser
ddev symlink-project
ddev drush site:install -y
ddev drush pm:install change_pwd_page -y
ddev drush config:export -y
ddev drush user:login

Depends on

Dependencies of the latest stable release

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
2
Tracked since
Aug 2025
Latest release
10 months ago
Releases (12 mo)
1
Maintenance
Slowing

Releases

Version Type Core Release date
2.0.1 Stable 9–11 Oct 13, 2025
2.0.x-dev Dev 9–11 Aug 8, 2025