You are here

README.txt in Password Separate Form 7

Same filename and directory in other branches
  1. 8 README.txt
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)

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. =====================
  3. * Introduction
  4. * Installation
  5. * Usage
  6. * Author
  7. * Maintainer
  8. INTRODUCTION
  9. ============
  10. The Password Separate Form module provides the separate password change form.
  11. By default it comes with user account page that little bit confusing for end
  12. users. This module would help to make this form as a separate form to help end
  13. users, there is no need to change these fields every time if you are editing
  14. some other fields on user account page.
  15. INSTALLATION
  16. ============
  17. To install this module, follow given steps:
  18. * Place this module directory in your modules folder (this will usually be
  19. "sites/all/modules/").
  20. * Enable the module within your Drupal site at Administer -> Site Building ->
  21. Modules (admin/build/modules).
  22. USAGE
  23. =====
  24. * Go to People page and edit any user account. You can also access directly
  25. user page, if you know user uid using /user/%uid/edit. Here %uid is user
  26. uid.
  27. * Once you will click on edit link, you will find there is no Password related
  28. fields, one additional tab is there Change Password.
  29. * Click on the "Change Password" tab you will see now you have separate form
  30. to manage password.
  31. Changes done from 7.x-1.2 to 7.x-1.3
  32. ====================================
  33. #2704277 Current password description is wrong
  34. Some minor code optimizations.
  35. AUTHOR
  36. ======
  37. Gaurav Pahuja (https://www.drupal.org/u/gaurav.pahuja)
  38. Maintainer
  39. ======
  40. Pushpinder Rana (https://www.drupal.org/u/er.pushpinderrana)
  41. Madhu Sudan (https://www.drupal.org/u/madhusudanmca)