Wiki articles in category Tutorials tagged with "user"

Showing 1-5 of 5 items.

Installing Yii Users and Rights to Newly Created Yii app

Created 13 years ago by Rajith R Rajith R, updated 12 years ago by Rajith R Rajith R.

After creating an yii app . we need to implement permission, Authentication and Authorization .so the best way is to use the Yii users and Rights modules.

11 1
40 followers
Viewed: 113 213 times
Version: 1.1
Category: Tutorials

Simple access control

Created 13 years ago by szfjozsef szfjozsef, updated 13 years ago by szfjozsef szfjozsef.

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.

3 7
10 followers
Viewed: 49 246 times
Version: 1.1
Category: Tutorials
7 0
21 followers
Viewed: 83 283 times
Version: 1.1
Category: Tutorials

How to create nice modal login widget with a CJuiDialog

Created 15 years ago by Igor Ivanovic Igor Ivanovic, updated 15 years ago by Maurizio Domba Cerin Maurizio Domba Cerin.

You have to extend the widget class and configure it for user login widget

6 0
30 followers
Viewed: 79 526 times
Version: 1.1
Category: Tutorials

Add information to Yii::app()->user by extending CWebUser (better version)

Created 15 years ago by emix emix, updated 12 years ago by Anas AbuDayah Anas AbuDayah.

I found a better solution.

5 0
10 followers
Viewed: 53 387 times
Version: 1.1
Category: Tutorials
Tags: rbac, user, Yii