I want my users to be able to provide there own passwords when they register, but I still want them to have to verify there account. Is this possible or is there a module that can do that?

Comments

scoutbaker’s picture

LoginTobbogan. Create a special role with little or no permissions until they are verified.

ngreenwood6’s picture

Seems like there would be a better method to this.

scoutbaker’s picture

You have lots of options available to you:

  • Use what I've given you
  • Write your own custom module
  • Search the other modules available to see if something else suits your needs better
  • Put in a feature request for LoginToboggan (or another module) and hope it gets added
  • Write a patch for LoginToboggan (or another module) that adds the additional feature

I'm sure there are other ideas as well, but I'll let you decide what works best for your situation.

ngreenwood6’s picture

thats why i posted in the forums to find out if someone knew of another module that would help me accomplish this.

shadcn’s picture

Go to administer->user management->User Settings

check "Require e-mail verification when a visitor creates an account"

venusrising’s picture

The problem with this is the email send them another password. How can the original password be save but the email verification is required.

venusrising