How can i create registration form and new user can add his password ?
Assuming you're talking about Drupal's default registration form, you can change the way it behaves by going to:
/user/settings in Drupal 6 /admin/config/people/accounts in Drupal 7
If an account needs to be verified or approved, the user doesn't get the make password option until after they have their account and are logged in.
if i want user to add his password when create new account?
form like this one
https://ioby.org/user/register
Yes. In Drupal 7, check the radio button for visitor and uncheck the box requiring email verification. You get this form: http://temp1.idcminnovations.com/user/register
ps - look at this link quickly because i don't want to leave the form open long.
In Drupal 6, select the radio button "Visitors can create accounts and no administrator approval is required." and uncheck the box for email verification.
Thanks idcm it work good now :)
Comments
Assuming you're talking about
Assuming you're talking about Drupal's default registration form, you can change the way it behaves by going to:
/user/settings in Drupal 6
/admin/config/people/accounts in Drupal 7
If an account needs to be verified or approved, the user doesn't get the make password option until after they have their account and are logged in.
if i want user to add his
if i want user to add his password when create new account?
form like this
form like this one
https://ioby.org/user/register
Yes. In Drupal 7, check the
Yes. In Drupal 7, check the radio button for visitor and uncheck the box requiring email verification. You get this form: http://temp1.idcminnovations.com/user/register
ps - look at this link quickly because i don't want to leave the form open long.
In Drupal 6, select the radio button "Visitors can create accounts and no administrator approval is required." and uncheck the box for email verification.
Thanks idcm it work good now
Thanks idcm it work good now :)