Could you please clarify if the "Ban IP address of current user" is supposed to ban the I.P. address of the user(s) I've selected in my view as when I tried this, it banned my I.P. and locked me out of accessing the site as Admin (this is a live site). I correceted this by clearing the ban from the data base.
Thanks
Tony

Comments

infojunkie’s picture

Status: Active » Fixed

Yes it seems that this action (that is provided by Drupal core, not VBO) does in fact ban the current IP address. I guess its purpose is to allow writing automatic rules that detect violations made by the logged in user. The rules would trigger a call to this action. In any case, it's not much use for manually-executed bulk operations.

Status: Fixed » Closed (fixed)

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

mototribe’s picture

Title: It banned my I.P. address » Allow banning IP address of selected users
Version: 6.x-1.7 » 7.x-3.0-rc1
Category: support » feature
Status: Closed (fixed) » Active

I opened this old request rather than submitting a new one. I think it would be very useful to ban the IP addresses of the selected users.
Of course I locked myself out too "assuming" it would just do that. I wish I could have seen the look on my face ;-)

thanks!

joelpittet’s picture

Version: 7.x-3.0-rc1 » 7.x-3.x-dev
Issue summary: View changes

You are welcome to create this action as a patch or as a contrib module, though I'm not sure the use-case for including this in VBO would be at this time.