mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-10 23:45:48 -06:00
may edit fields [skip ci]
This commit is contained in:
parent
7c436920a4
commit
43892da07e
@ -49,7 +49,7 @@ class User extends Model implements AuthenticatableContract, CanResetPasswordCon
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $fillable = ['email', 'password'];
|
||||
protected $fillable = ['email', 'password','blocked','blocked_code'];
|
||||
/**
|
||||
* The attributes excluded from the model's JSON form.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user