You are here

README.txt in User registration password 6

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

 * Introduction
 * Installation
 * Configuration
 * Multilangual sites
 * Compatible modules
 * De-installation

INTRODUCTION
------------

User Registration Password lets users register with a password on the
registration form when verification mail is required.

By default, users can create accounts directly on the registration form, set
their password and be immediately logged in, or they can create their account,
wait for a verification e-mail, and then create their password.

With this module, users are able to create their account along with their
password and simply activate their account when receiving the verification
e-mail by clicking on the activation link provided via this e-mail.

User Registration Password transforms the checkbox on the
admin/user/settings into a radio list with 3 options.

The first 2 are default Drupal behaviour:
0 Do not require a verification e-mail, and let users set their password on the registration form.
0 Require a verification e-mail, but wait for the approval e-mail to let users set their password.

The newly added option is:
X Require a verification e-mail, but let users set their password directly on the registration form.

The first 2 disable User Registration Password, only the 3rd option activates
the behaviour provided by this module.


INSTALLATION
------------

Installation is like any other module, just place the files in the
sites/all/modules directory and enable the module on the modules page.


CONFIGURATION
-------------

No need to configure the module, in the 7.x-1.x branch we changed the
installer to enable the correct configuration settings for us. This is
also backported to the Drupal 6.x-1.x branch. But if you want to
change something, these steps describe how to configure the module:


On the admin/user/settings page make sure you have selected:

Who can register accounts?
0 Administrators only
X Visitors
0 Visitors, but administrator approval is required

Then select 'Require a verification e-mail, but let users set their password directly on the registration form.' at:

Require e-mail verification when a visitor creates an account
0 Do not require a verification e-mail, and let users set their password on the registration form.
0 Require a verification e-mail, but wait for the approval e-mail to let users set their password.
X Require a verification e-mail, but let users set their password directly on the registration form.

The module is now configured and ready for use.
This is also the only way to configure it correctly.

You do not have to alter any e-mail templates, User Registration Password
overwrites the default 'Account activation e-mail' template from version
7.x-1.3 and from 6.x-1.0. So there is no need to change anything anymore.

If you have previously modified the activation e-mail template before you
installed this module and discovered that it overwrites the default
Activation e-mail template, no worries! The installer saves your changes
to the template to a temporally variable and revives them when you
disable AND uninstall User Registration Password. Your modifications are
revived and you can now copy paste them to a text file and re-install
User Registration Password again and make the changes to the account
activation e-mail template based on your previous version.


MULTILANGUAL SITES
------------------

TODO


COMPATIBLE MODULES
------------------

These modules have been confirmed to work with User Registration Password 6.x-1.x:
- U Create http://drupal.org/project/ucreate
- Invite http://drupal.org/project/invite
- Userplus http://drupal.org/project/userplus


DE-INSTALLATION
---------------

If you want to disable the module temporally, just select the first or second
option on the the admin/user/settings page at:

Require e-mail verification when a visitor creates an account
1 Do not require a verification e-mail, and let users set their password on the registration form.
2 Require a verification e-mail, but wait for the approval e-mail to let users set their password.
3 Require a verification e-mail, but let users set their password directly on the registration form.

This disables the User Registration Password functionality without
disabling / uninstalling it.

If you want to remove the module, just disable and uninstall it as you do
for any other module.


// Readme User Registration Password 6.x-1.x

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Installation
  5. * Configuration
  6. * Multilangual sites
  7. * Compatible modules
  8. * De-installation
  9. INTRODUCTION
  10. ------------
  11. User Registration Password lets users register with a password on the
  12. registration form when verification mail is required.
  13. By default, users can create accounts directly on the registration form, set
  14. their password and be immediately logged in, or they can create their account,
  15. wait for a verification e-mail, and then create their password.
  16. With this module, users are able to create their account along with their
  17. password and simply activate their account when receiving the verification
  18. e-mail by clicking on the activation link provided via this e-mail.
  19. User Registration Password transforms the checkbox on the
  20. admin/user/settings into a radio list with 3 options.
  21. The first 2 are default Drupal behaviour:
  22. 0 Do not require a verification e-mail, and let users set their password on the registration form.
  23. 0 Require a verification e-mail, but wait for the approval e-mail to let users set their password.
  24. The newly added option is:
  25. X Require a verification e-mail, but let users set their password directly on the registration form.
  26. The first 2 disable User Registration Password, only the 3rd option activates
  27. the behaviour provided by this module.
  28. INSTALLATION
  29. ------------
  30. Installation is like any other module, just place the files in the
  31. sites/all/modules directory and enable the module on the modules page.
  32. CONFIGURATION
  33. -------------
  34. No need to configure the module, in the 7.x-1.x branch we changed the
  35. installer to enable the correct configuration settings for us. This is
  36. also backported to the Drupal 6.x-1.x branch. But if you want to
  37. change something, these steps describe how to configure the module:
  38. On the admin/user/settings page make sure you have selected:
  39. Who can register accounts?
  40. 0 Administrators only
  41. X Visitors
  42. 0 Visitors, but administrator approval is required
  43. Then select 'Require a verification e-mail, but let users set their password directly on the registration form.' at:
  44. Require e-mail verification when a visitor creates an account
  45. 0 Do not require a verification e-mail, and let users set their password on the registration form.
  46. 0 Require a verification e-mail, but wait for the approval e-mail to let users set their password.
  47. X Require a verification e-mail, but let users set their password directly on the registration form.
  48. The module is now configured and ready for use.
  49. This is also the only way to configure it correctly.
  50. You do not have to alter any e-mail templates, User Registration Password
  51. overwrites the default 'Account activation e-mail' template from version
  52. 7.x-1.3 and from 6.x-1.0. So there is no need to change anything anymore.
  53. If you have previously modified the activation e-mail template before you
  54. installed this module and discovered that it overwrites the default
  55. Activation e-mail template, no worries! The installer saves your changes
  56. to the template to a temporally variable and revives them when you
  57. disable AND uninstall User Registration Password. Your modifications are
  58. revived and you can now copy paste them to a text file and re-install
  59. User Registration Password again and make the changes to the account
  60. activation e-mail template based on your previous version.
  61. MULTILANGUAL SITES
  62. ------------------
  63. TODO
  64. COMPATIBLE MODULES
  65. ------------------
  66. These modules have been confirmed to work with User Registration Password 6.x-1.x:
  67. - U Create http://drupal.org/project/ucreate
  68. - Invite http://drupal.org/project/invite
  69. - Userplus http://drupal.org/project/userplus
  70. DE-INSTALLATION
  71. ---------------
  72. If you want to disable the module temporally, just select the first or second
  73. option on the the admin/user/settings page at:
  74. Require e-mail verification when a visitor creates an account
  75. 1 Do not require a verification e-mail, and let users set their password on the registration form.
  76. 2 Require a verification e-mail, but wait for the approval e-mail to let users set their password.
  77. 3 Require a verification e-mail, but let users set their password directly on the registration form.
  78. This disables the User Registration Password functionality without
  79. disabling / uninstalling it.
  80. If you want to remove the module, just disable and uninstall it as you do
  81. for any other module.
  82. // Readme User Registration Password 6.x-1.x