Closed (fixed)
Project:
Abuse
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 May 2007 at 13:50 UTC
Updated:
11 Apr 2008 at 13:12 UTC
If you use abuse module to ban a user, they are still able to navigate the site and post content, even though they are listed as blocked in the user administration screen.
They are able to continue to post content until the next time they log themselves out, or until their cookie expires. Then they will be unable to log in again.
Normally, if you use the standard drupal user administration screen to block a user, their session is terminated immediately.
Comments
Comment #1
onionweb commentedI think you need to put
sess_destroy_uid($uid);
after _abuse_set_user_content_remove($uid);
in function abuse_ban_form_submit
Comment #2
onionweb commentedactually:
sess_destroy_uid($account->uid);
Comment #3
jaydub commentedComment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.