I've just noticed this. When creating an account, a user gets sent a link asking to validate their email address.
However the link is to /user/reset - which is the Reset Password page.

Maybe this is how it's supposed to work, but what's wrong is that upon clicking that link, the page displayed is 'Reset password' ... 'Click on this button to log in to the site and change your password.'.
That is not what the user should see after confirming their email address - they should not be told to reset their password after they've just chosen one!

I believe it never goes into the function 'logintoboggan_validate_email' (in logintoboggan.validation.inc) - and instead goes to logintoboggan_form_user_pass_reset_alter in logintoboggan.module

Would really appreciate a patch or instructions on how to fix this as I imagine new users are getting confused!

Thanks
Doug

Comments

Michael Phipps’s picture

Status: Active » Closed (works as designed)