Yii-User Automatically Login The User After Click Activation

Have you made sure to set the user component to use the new *WebUser class?





'components' => array(

    'user' => array(

        'class' => 'application.path.to.BNDWebUser',

        'allowAutoLogin' => true,

        'loginUrl' => array('site/login'), //change the default login page

    ),



I am so dumb…

Jesus chirst.

Thanks so much for your help. Works like a charm now.

Thanks!