My module use hook_user with $op="login" to check can user login to current domain or not.
I make user logout if needed but get legal module goto on line 446 for anonymous user.

Can you please include such condition:

        if ($signatory->uid) {
          drupal_goto('legal_accept/' . $signatory->uid . '/' . md5($signatory->name . $signatory->password . $signatory->login));  
        }

Here is my issue #505996: issue with legal module

Thanks, Johnny

Comments

creaoy’s picture

kenorb’s picture

Status: Active » Needs review
robert castelo’s picture

Issue summary: View changes
Status: Needs review » Closed (outdated)