2013-09-01 69 views
0

當我創建自己的網站時,我嘗試使用用戶名註冊。但是在註冊頁面上,只有用戶名標籤和電子郵件標籤。如何設置密碼?當用戶註冊時,爲什麼我的Drupal網站沒有密碼設置?

我用drupal7開發了我的網站。有沒有一種方法可以讓用戶自己設定密碼而不是管理員?

+0

你可以問上http://drupal.stackexchange.com/ – assylias

+1

由@assylas指出,這恰恰屬於drupal.stackexchange.com – morgano

回答

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

相關問題