Entity fields not saving when using 'business logic' method. |
Hello,
at this moment I am playing around with entities as well. I had the same issue, maybe documentation is not complete yet. Look at source of myth-auth here: https://github.com/lonnieezell/myth-auth...er.php#L70 PHP Code: $this->attributes['password'] = password_hash($pass, PASSWORD_BCRYPT); |
Welcome Guest, Not a member yet? Register Sign In |