Search code examples
drupal-6

Drupal6: let the user choose their password


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?


Solution

  • http://drupal.org/project/logintoboggan