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('');
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | logintoboggan_invalid_goto.patch | 1.46 KB | hunmonk |
| logintoboggan_invalid_goto.patch | 675 bytes | miro_dietiker |
Comments
Comment #1
hunmonk commenteddidn'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...
Comment #2
miro_dietikerthx. works as expected. updated to latest cvs.