Unset confirmation codes
This commit is contained in:
parent
bc5b9ca2e6
commit
fe4cf32fa1
1 changed files with 1 additions and 0 deletions
|
|
@ -535,6 +535,7 @@ class Import implements ShouldQueue
|
|||
$modified = $resource;
|
||||
unset($modified['id']);
|
||||
unset($modified['password']); //cant import passwords.
|
||||
unset($modified['confirmation_code']); //cant import passwords.
|
||||
|
||||
$user = $user_repository->save($modified, $this->fetchUser($resource['email']), true, true);
|
||||
$user->email_verified_at = now();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue