In current logintoboggan_validate_email there's a redirect drupal_goto missing if a user tries to use a one time login link twice.
He'll see a white page instead of the error message.

We added the following at the end of the function as a fallback to the frontpage.

drupal_goto('');
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

hunmonk’s picture

Status: Active » Fixed
FileSize
1.46 KB

didn't feel like that patch was robust enough. the attached patch has been applied to 5.x-1.x-dev, 6.x-1.x-dev, and HEAD -- it should address your issue and then some...

miro_dietiker’s picture

thx. works as expected. updated to latest cvs.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.