Remove password mutator that was causing double-hashing
This commit is contained in:
parent
539df42dc5
commit
1b63d00560
1 changed files with 0 additions and 7 deletions
|
|
@ -16,13 +16,6 @@ class AdminUser extends Model
|
|||
'password',
|
||||
];
|
||||
|
||||
/**
|
||||
* Automatically hash password when setting.
|
||||
*/
|
||||
public function setPasswordAttribute($value)
|
||||
{
|
||||
$this->attributes['password'] = Hash::make($value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Verify password.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue