thyseus / yii-user-management

a user management module collection for the yii framework
186 stars 122 forks source link

is it possible ban user by ip address? #181

Open ivan-borisov opened 10 years ago

ivan-borisov commented 10 years ago

is it possible ban user by ip address?

thyseus commented 10 years ago

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?