Combine two 'user' extensions

Hello All !

I saw two awesome extensions:

Yii-User http://www.yiiframework.com/extension/yii-user/

Yii-Rights http://www.yiiframework.com/extension/rights/

The first: "Yii PHP Framework extension for registration and management users accounts."

Second: “This extension utilizes Yii’s built-in Database Authorization Manager (CDbAuthManager) to provide a web interface for advanced access control.”

Can i use both simultaneously? Register users from frontend and automatically apply the rights depends his data(group). May be somebody have the such expirience and can help me? Or this extensions can’t be combined?

Sorry for newbie questions :)

Yes, that’s possible.

I do that, and I like it. ;)

There’s actually a topic in this forum (Extensions) which explains how to make them cooperate.

Link:

yii-user-with-rights

Greate, thanks !