Automatic logout

jk@arsum.com - June 30, 2009 - 10:37
Project:Legal
Version:6.x-2.2-beta4
Component:Code
Category:task
Priority:normal
Assigned:Unassigned
Status:active
Description

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

#1

jk@arsum.com - June 30, 2009 - 11:15
 
 

Drupal is a registered trademark of Dries Buytaert.