Yii Framework Forum: 注册账号成功后直接登陆 - Yii Framework Forum

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

注册账号成功后直接登陆 Rate Topic: -----

#1 User is offline   sh-cn-yii 

  • Junior Member
  • Pip
  • Yii
  • Group: Members
  • Posts: 38
  • Joined: 11-May 12

Posted 24 August 2012 - 04:04 AM

$identity=new UserIdentity($model->userName,$model->password);
                                $identity->authenticate();
                                // set SESSION timeout to 20mins
                                Yii::app()->user->login($identity,60*20);

报错:
PHP notice
Undefined variable: identity
0

#2 User is offline   hiscaler 

  • Standard Member
  • PipPip
  • Yii
  • Group: Members
  • Posts: 228
  • Joined: 17-October 09

Posted 15 October 2012 - 01:12 AM

手动设置 user id, name 等相关信息即可。
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users