为什么用户注册时我的Drupal网站上没有密码设置?

时间:2013-09-01 08:09:04

标签: drupal-7

当我创建自己的网站时,我尝试使用用户名注册。但是在注册页面上,只有一个用户名标签和一个电子邮件标签。如何设置密码?

我使用drupal7开发了我的网站。有没有办法允许用户自己设置密码而不是管理员?

1 个答案:

答案 0 :(得分:0)

我认为LoginToboggan模块可以完成您所需的一切。

The LoginToboggan module offers several modifications of the Drupal login system in an external module by offering the following features and usability improvements:

*Allow users to login using either their username OR their e-mail address.

*Allow users to login immediately. Provide a login form on Access Denied pages for non-logged-in (anonymous) users.
*The module provides two login block options: One uses JavaScript to display the form within the block immediately upon clicking "log in". The other brings the user to a separate page, but returns the user to their original page upon login.

*Customize the registration form with two e-mail fields to ensure accuracy.

*Optionally redirect the user to a specific page when using the 'immediate login' feature.

*Optionally redirect the user to a specific page upon validation of their e-mail address.

*Optionally display a user message indicating a successful login.

*Optionally combine both the login and registration form on one page.

*Optionally have unvalidated users purged from the system at a pre-defined interval (please read the CAVEATS section of INSTALL.txt for important information on configuring this feature!).

*Integrates with Rules module to do various tasks when a user validates via email validation process (see http://drupal.org/node/880904 for an example)

来源:https://drupal.stackexchange.com/questions/4048/enable-password-and-confirm-password-fields-in-registration-form