yii-user-management
yii-user-management copied to clipboard
is it possible ban user by ip address?
is it possible ban user by ip address?
You can restrict it on action level:
http://www.yiiframework.com/doc/api/1.1/CAccessRule#ips-detail
There is no built-in functionality for this for yii-user-management atm. Any Implementation suggestions?