You are here

README.txt in Password Separate Form 8

Same filename and directory in other branches
  1. 7 README.txt
CONTENTS OF THIS FILE
=====================

 * Introduction
 * Requirements
 * 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.

REQUIREMENTS
------------

 * Password Separate Form uses the following Drupal 8 Core components:
     User, Password.

 * There are no special requirements outside core.

INSTALLATION
============

* Install as you would normally install a contributed Drupal module. See:
     https://drupal.org/documentation/install/modules-themes/modules-8
     for further information.

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.

AUTHOR
======
Gaurav Pahuja (https://www.drupal.org/u/gaurav.pahuja)

Maintainer
======
Pushpinder Rana (https://www.drupal.org/u/er.pushpinderrana)

This README has been completely re-written for Scheduler 8.x, based on the
template https://www.drupal.org/node/2181737 as on Oct 2016

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. =====================
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Usage
  7. * Author
  8. * Maintainer
  9. INTRODUCTION
  10. ============
  11. The Password Separate Form module provides the separate password change form.
  12. By default it comes with user account page that little bit confusing for end
  13. users. This module would help to make this form as a separate form to help end
  14. users, there is no need to change these fields every time if you are editing
  15. some other fields on user account page.
  16. REQUIREMENTS
  17. ------------
  18. * Password Separate Form uses the following Drupal 8 Core components:
  19. User, Password.
  20. * There are no special requirements outside core.
  21. INSTALLATION
  22. ============
  23. * Install as you would normally install a contributed Drupal module. See:
  24. https://drupal.org/documentation/install/modules-themes/modules-8
  25. for further information.
  26. USAGE
  27. =====
  28. * Go to People page and edit any user account. You can also access directly
  29. user page, if you know user uid using /user/%uid/edit. Here %uid is user
  30. uid.
  31. * Once you will click on edit link, you will find there is no Password related
  32. fields, one additional tab is there Change Password.
  33. * Click on the "Change Password" tab you will see now you have separate form
  34. to manage password.
  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. This README has been completely re-written for Scheduler 8.x, based on the
  42. template https://www.drupal.org/node/2181737 as on Oct 2016