public function init()
 {
     parent::init();
     $this->scenario = self::SCENARIO_RESEND_CONFIRMATION_MAIL;
 }
 public function init()
 {
     parent::init();
     $this->scenario = self::SCENARIO_CHANGE_EMAIL;
 }
 public function init()
 {
     parent::init();
     $this->scenario = self::SCENARIO_SIGN_IN;
 }
 public function init()
 {
     parent::init();
     $this->scenario = self::SCENARIO_RESET_PASSWORD;
 }