You are here

README.txt in Recovery Password (Email New Password) 8

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

 * Introduction
 * Module Details
 * Recommended modules
 * Configuration
 * Troubleshooting
 * FAQ
 * Maintainers


INTRODUCTION
------------
Recovery Password Module alters default Drupal password reset process and makes
it possible to send the new password in recovery mail itself.
In this case, when user clicks on forgot password providing valid username
or email address, new password is generated randomly and is sent to the
user email address.


MODULE DETAILS
--------------
Drupal by default sends Password Reset URL by mail to user's email id in
password recovery mail, but Recovery Password modules makes it possible for
Drupal to send any random password by email instead of URL to the user.

Recovery Password Module alters default Drupal password reset process and
makes it possible to send the new password in recovery mail itself.
In this case, when user clicks on forgot password providing valid username or
email address, new password is generated randomly and is sent to the
user email address.

The password recovery mail body and subject to be sent to user is configurable
and corresponding configuration settings are available at
admin/config/people/recovery-pass.For displaying new password please use
[user_new_password] placeholder in the mail body.

Important: As of now Recovery Password Module overrides default Drupal behaviour
for password recovery and hence the previous settings will not work once the
module is enabled till it is disabled again. User tokens are available in this
case also.

Warning !!! Once forgot password is clicked for a user, the password gets
changed for that user immediately.

Added Functionality: After Password Reset, next time the user enters with old
password, a warning message saying that the password has been reset is shown to
the user which is configurable and can be disabled also. While in case user
enters any password other than the old one, that warning message will no more
bappear for that user.


RECOMMENDED MODULES
-------------------
* HTMLMAIL (https://www.drupal.org/project/htmlmail)
  When enabled Recovery Password module, it supports HTML Mail. You can use html
  in recovery mail's body to be sent to the user at module configuration
  settings.

* TOKEN (https://www.drupal.org/project/token)
  When enabled user tokens would be available in configuration settings for
  email body.


CONFIGURATION
-------------
* The password recovery mail body and subject to be sent to user is
configurable and corresponding configuration settings are available at
admin/config/people/recovery-pass.For displaying new password please use
[user_new_password] placeholder in the mail body.

* If HTMLMAIL module exists then write mail in HTML format else email body will
be sent as plain text considering new line.

* Warning Message to be shown, if user after resetting the password uses the old
password again is configurable and can be enabled/disabled. By default warning
message will be shown.

* Redirect Path after user submits Forgot Password Form is also made
configurable with recovery password module.


TROUBLESHOOTING
---------------
As of now, Recovery Module alters user_pass form and hence it works at only
Request new password form at url: /user/password .
In case the module is not working properly, you may try:
* Clear the cache
* Reinstall the module after disable and uninstallation.

FAQ
---

Q: Will existing default Drupal [user:one-time-login-url] as provided by
Password Recovery Settings at admin/config/people/accounts work at configuration
settings?

A: No, Recovery Password Module overrides Drupal default behaviour.



Q: If htmlmail module exists can we send simple plain text mail at configuration
settings?

A: Yes and new lines would be considered too automatically.



Q: Once Reset, will user be able to login using old password?

A: No



Q: How to include new password in mail at configuration settings?

A: Use [user_new_password] placeholder.



Q: If htmlmail module is not installed, then will new line be considered at
configuration settings?

A: Yes, new line will automatically be considered if htmlmail module is not
installed.



MAINTAINERS
-----------
Current maintainers:

 * Purushotam Rai (https://drupal.org/user/3193859)


This project has been sponsored by:
 * QED42
  QED42 is a web development agency focussed on helping organisations and
  individuals reach their potential, most of our work is in the space of
  publishing, e-commerce, social and enterprise.

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Module Details
  5. * Recommended modules
  6. * Configuration
  7. * Troubleshooting
  8. * FAQ
  9. * Maintainers
  10. INTRODUCTION
  11. ------------
  12. Recovery Password Module alters default Drupal password reset process and makes
  13. it possible to send the new password in recovery mail itself.
  14. In this case, when user clicks on forgot password providing valid username
  15. or email address, new password is generated randomly and is sent to the
  16. user email address.
  17. MODULE DETAILS
  18. --------------
  19. Drupal by default sends Password Reset URL by mail to user's email id in
  20. password recovery mail, but Recovery Password modules makes it possible for
  21. Drupal to send any random password by email instead of URL to the user.
  22. Recovery Password Module alters default Drupal password reset process and
  23. makes it possible to send the new password in recovery mail itself.
  24. In this case, when user clicks on forgot password providing valid username or
  25. email address, new password is generated randomly and is sent to the
  26. user email address.
  27. The password recovery mail body and subject to be sent to user is configurable
  28. and corresponding configuration settings are available at
  29. admin/config/people/recovery-pass.For displaying new password please use
  30. [user_new_password] placeholder in the mail body.
  31. Important: As of now Recovery Password Module overrides default Drupal behaviour
  32. for password recovery and hence the previous settings will not work once the
  33. module is enabled till it is disabled again. User tokens are available in this
  34. case also.
  35. Warning !!! Once forgot password is clicked for a user, the password gets
  36. changed for that user immediately.
  37. Added Functionality: After Password Reset, next time the user enters with old
  38. password, a warning message saying that the password has been reset is shown to
  39. the user which is configurable and can be disabled also. While in case user
  40. enters any password other than the old one, that warning message will no more
  41. bappear for that user.
  42. RECOMMENDED MODULES
  43. -------------------
  44. * HTMLMAIL (https://www.drupal.org/project/htmlmail)
  45. When enabled Recovery Password module, it supports HTML Mail. You can use html
  46. in recovery mail's body to be sent to the user at module configuration
  47. settings.
  48. * TOKEN (https://www.drupal.org/project/token)
  49. When enabled user tokens would be available in configuration settings for
  50. email body.
  51. CONFIGURATION
  52. -------------
  53. * The password recovery mail body and subject to be sent to user is
  54. configurable and corresponding configuration settings are available at
  55. admin/config/people/recovery-pass.For displaying new password please use
  56. [user_new_password] placeholder in the mail body.
  57. * If HTMLMAIL module exists then write mail in HTML format else email body will
  58. be sent as plain text considering new line.
  59. * Warning Message to be shown, if user after resetting the password uses the old
  60. password again is configurable and can be enabled/disabled. By default warning
  61. message will be shown.
  62. * Redirect Path after user submits Forgot Password Form is also made
  63. configurable with recovery password module.
  64. TROUBLESHOOTING
  65. ---------------
  66. As of now, Recovery Module alters user_pass form and hence it works at only
  67. Request new password form at url: /user/password .
  68. In case the module is not working properly, you may try:
  69. * Clear the cache
  70. * Reinstall the module after disable and uninstallation.
  71. FAQ
  72. ---
  73. Q: Will existing default Drupal [user:one-time-login-url] as provided by
  74. Password Recovery Settings at admin/config/people/accounts work at configuration
  75. settings?
  76. A: No, Recovery Password Module overrides Drupal default behaviour.
  77. Q: If htmlmail module exists can we send simple plain text mail at configuration
  78. settings?
  79. A: Yes and new lines would be considered too automatically.
  80. Q: Once Reset, will user be able to login using old password?
  81. A: No
  82. Q: How to include new password in mail at configuration settings?
  83. A: Use [user_new_password] placeholder.
  84. Q: If htmlmail module is not installed, then will new line be considered at
  85. configuration settings?
  86. A: Yes, new line will automatically be considered if htmlmail module is not
  87. installed.
  88. MAINTAINERS
  89. -----------
  90. Current maintainers:
  91. * Purushotam Rai (https://drupal.org/user/3193859)
  92. This project has been sponsored by:
  93. * QED42
  94. QED42 is a web development agency focussed on helping organisations and
  95. individuals reach their potential, most of our work is in the space of
  96. publishing, e-commerce, social and enterprise.