Wiki

Articles tagged with "access", sorted by date (updated)X
Displaying 1-2 of 2 result(s).

Simple access control

Updated 11 months ago by szfjozsefTutorials4 comments – viewed 14,142 times – ( +2 / -6 )
For those who feel, the Controller->accessRules() or RBAC (Role-Based Access Control) is too complicated or doesn't want the username(s) to be hard-coded in accessRules(), here is a very simple, easy-to-implement solution.

Impersonate Users within Yii Framework

Updated 2 years ago by WoilTutorials5 comments – viewed 9,041 times – ( +20 )
For some applications it can be advantageous for administration reasons to allow site administrators to login as other users. This is sometimes called user impersonation or "becoming that user".