Beispiel #1
0
 public function beforeSave()
 {
     $this->u_pass = crypt($this->u_pass, UserIdentity::blowfishSalt());
     return parent::beforeSave();
 }