Reputation: 12204
I need to let the user enter their password in the user/register process.
I've seen that Drupal generates a random password, but I need to let them enter a text field with their password: How can I do this without modifying Drupal core modules?
Upvotes: 1
Views: 511
Reputation: 1
Or:
http://drupal.org/project/user_registrationpassword (was created specific for this goal)
Upvotes: 0