web-user-behavior
This extension provides methods to ensure compatiblity for rights and yii-user.
Yii Behavior, which implments features from WebUser from mishamx/yii-user to avoid errors when using both extensions mentioned above together.
http:://packages.phundament.comcomposer.phar require schmunk42/web-user-behaviorDownload
Extract and place it into your application
Configure:
'user' => array(
'class' => 'RWebUser',
'behaviors' => array(
'vendor.schmunk42.web-user-behavior.WebUserBehavior'
),
),
Attaches methods needed by yii-user module to your RWebUser class from rights.
Total 1 comment
Fixing extensions without modifying their code
Leave a comment
Please login to leave your comment.