I want new users to get only one mail after registrating with their email-addresse only.
The mail should be a combined verification link and set password link. Basically what I want the email text in Resource Name: EMAIL_USER_REGISTRATION_VERIFIED_BODY.Text. to be something like this:
"Please go to http://[Portal:URL]/default.aspx?ctl=PasswordReset...
to verify your account and set your password."
But how do I make the password reset page verify the user before the new password is applied?
Thanx in advance!