Validation errors on the registration form when using the unified login form will result in the login form being selected after submission. This is obviously confusing and should be fixed.

Patch to follow.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

elliotttf’s picture

Version: 7.x-1.x-dev » 7.x-1.3
Status: Active » Needs review
FileSize
1.41 KB
illeace’s picture

Thanks for this patch. I totally agree that this should be fixed.

I did run into one problem with this patch. The logintoboggan_user_register_validate function (where you put your fix) will never run if Drupal's email verification is enabled but Logintoboggan's "Use two e-mail fields on registration form" is disabled. See line 244 of logintoboggan.module.

dooug’s picture

Version: 7.x-1.3 » 7.x-1.x-dev
Issue summary: View changes
Status: Needs review » Closed (duplicate)
Related issues: +#1163172: Unified login shows wrong form on validation errors