Creating Profiles

Im fairly new to YII, and this is my first application.

I require having different profiles created for each of my user levels, I searched on net but couldnt find on a approach to achieve this.

Are there any extensions available for this purpose? if not, please suggest a way on how i can do it…

Thanks a lot for your time…

Cheerz!

:)!!

can you try this extension

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

@kumarkulandai

Thanks i’ll see to it…

You can also look at some great tutorials at www.larryullman.com on both authentication and authorization. That worked great for me when i was creating a custom login with several user levels.

With yii-user you can also use yii-rights for the user-levels.

http://www.benjaminlhaas.com/blog/installing-yii-users-and-rights-5-steps is a good tutorial.

Good luck!

Edit: www.larruullman.com -> www.larryullman.com

@Solid - Thanks a lot for the reply…

That tutorial was awesome…!

Thanks again.!

Cheerz! :)!