By yuriy_zubarev on
Greetings,
How can I have new users to enter their preferred password right away during a registration process?
Thank you.
Greetings,
How can I have new users to enter their preferred password right away during a registration process?
Thank you.
Comments
It's a reasonable request
Unfortunately Drupal doesn't support this. The system will generate a random password and it's up to the user to change it on their first or subsequent visit.
Use the module 'logintoboggan' for this.
Actually, I'm not sure if the 4.6 version does this, but the 4.7 one definitely does, I'm using it now.
Yes, 4.6 also does this.
Yes, 4.6 also does this.
Could you please elaborate?
Could you please elaborate? I couldn't find how to do it anywhere I looked.
Regards.
here's the module:
http://drupal.org/node/34309
Looks like LoginToboggan
Looks like LoginToboggan module only works under Drupal 4.7...
If I remember right, the
If I remember right, the logintoboggan module offers choices, one of which is that users can choose their password right on registration.
Indeed 4.6 does NOT support
Indeed 4.6 does NOT support this out of the box.
However anything's possible.