By hinchcliffe on
Hello all, I'm seeking some help.
I'm trying to add some password fields to the user's registration page. Drupal is set up by default to send the user an e-mail with the password after they register. How would I go about customizing the registration page? I would like to have my registration page all on one page instead of 3 tabs for fewer clicks.
Thanks in advance. - Justin Hinchcliffe
Comments
Have you tried the
Have you tried the LoginToboggan module?
That looks good.
That looks like a good solution, let me give it a shot. Thanks!
- Part one solved.
Ok, Sorry for not checking the profiles section in the admin. I users can now choose their own password.
But I'm still curious on how I would be able to customize that page.
Is there a place anywhere that gives code snippets of drupals default code so it's easier when you change up page.tpl.php and other customized sections in drupal.
For example: I want to customize this registration page. I'm stuck on two things now... what do I call name my "?????".tpl.php and how do I find the original code that goes in there?
Thanks, - Justin
Found this page first
Found this page first googling 'add password on registration page drupal', but answer wasnt as clear...
Found in another post, so here is steps:
Go to admin/user/settings and make sure the "Require e-mail verification when a visitor creates an account" is unchecked.
Not in profiles as original poster indicated.
Thanks,
Ari