Wiki

Articles tagged with "access"X
Displaying 1-2 of 2 result(s).

Simple access control

Created 11 months ago by szfjozsefTutorials4 comments – viewed 13,904 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

Created 2 years ago by WoilTutorials5 comments – viewed 8,990 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".