CONTENTS OF THIS FILE
=====================
* Introduction
* Installation
* Usage
* Author
* Maintainer
INTRODUCTION
============
The Password Separate Form module provides the separate password change form.
By default it comes with 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 user account page.
INSTALLATION
============
To install this module, follow given steps:
* Place this module directory in your modules folder (this will usually be
"sites/all/modules/").
* Enable the module within your Drupal site at Administer -> Site Building ->
Modules (admin/build/modules).
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.
Changes done from 7.x-1.2 to 7.x-1.3
====================================
#2704277 Current password description is wrong
Some minor code optimizations.
AUTHOR
======
Gaurav Pahuja (https://www.drupal.org/u/gaurav.pahuja)
Maintainer
======
Pushpinder Rana (https://www.drupal.org/u/er.pushpinderrana)
Madhu Sudan (https://www.drupal.org/u/madhusudanmca)
View source
- CONTENTS OF THIS FILE
- =====================
-
- * Introduction
- * Installation
- * Usage
- * Author
- * Maintainer
-
- INTRODUCTION
- ============
- The Password Separate Form module provides the separate password change form.
- By default it comes with 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 user account page.
-
- INSTALLATION
- ============
-
- To install this module, follow given steps:
-
- * Place this module directory in your modules folder (this will usually be
- "sites/all/modules/").
- * Enable the module within your Drupal site at Administer -> Site Building ->
- Modules (admin/build/modules).
-
- 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.
-
- Changes done from 7.x-1.2 to 7.x-1.3
- ====================================
-
- #2704277 Current password description is wrong
- Some minor code optimizations.
-
- AUTHOR
- ======
- Gaurav Pahuja (https://www.drupal.org/u/gaurav.pahuja)
-
- Maintainer
- ======
- Pushpinder Rana (https://www.drupal.org/u/er.pushpinderrana)
- Madhu Sudan (https://www.drupal.org/u/madhusudanmca)