sarvan75 / yii-user-management

Automatically exported from code.google.com/p/yii-user-management
0 stars 0 forks source link

Allow the original checkAccess-Method to be used if the rules module is not wanted #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
See 
http://www.yiiframework.com/forum/index.php?/topic/7591-module-yii-user-manageme
nt-module/page__view__findpost__p__49089

The Problem in short: Trying to Use yii-user-management for everything but 
roles leads to overwriting the original checkAccess() Method with the one 
provided with yii-user-management.

A possible solution would be to rename the checkAccess() Method of 
yii-user-mangement to yumCheckAccess() (and possibly other Methods) to avoid 
problems. Currently i can't think of any other simple solution. 

Original issue reported on code.google.com by raphael....@gmail.com on 20 Jun 2010 at 4:30

GoogleCodeExporter commented 9 years ago
i think this is the right solution, so Yum doesn't get in collision with the 
role Management provided by yii. i may implement this soon, thanks for this 
idea.

Original comment by thyseus on 21 Jun 2010 at 8:00

GoogleCodeExporter commented 9 years ago
done with the new permission Subsystem (see docs/permissionSystem.txt)

Original comment by thyseus on 17 Dec 2010 at 3:43