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

onionweb’s picture

I think you need to put

sess_destroy_uid($uid);

after _abuse_set_user_content_remove($uid);

in function abuse_ban_form_submit

onionweb’s picture

actually:

sess_destroy_uid($account->uid);

jaydub’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.