Drupal – Add Password Field in User Registration Form

By default the user registration form only contains user name and email fields. We can add more user profile fields and include them in the registration form by enabling the Profile module. But that does not include the password field.

Again, i found a module called LoginToboggan module which enhance the default Drupal login system. After you have enabled this module, you configure it by browsing the http://<drupal>/admin/user/logintoboggan

 

Check the Set password checkbox you can find the password and confirm password fields in the user registration form. You can also make the email field twice by this module to ensure the correct email is entered by user.

Done =)

Reference: Drupal Module – LoginToboggan

2 thoughts on “Drupal – Add Password Field in User Registration Form”

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.