Closed (outdated)
Project:
Legal
Version:
6.x-2.2-beta4
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
30 Jun 2009 at 10:37 UTC
Updated:
21 Oct 2017 at 23:37 UTC
Jump to comment: Most recent
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
Comment #1
creaoy commentedHere is patch http://drupal.org/files/issues/legal-%5B505996%5D.patch
Comment #2
kenorb commentedComment #3
robert castelo commented