Skip to content

Commit

Permalink
FIX Don't use the deprecated 'none' encryptor
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed May 23, 2024
1 parent f577e7e commit 2aa8bbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Context/LoginContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ protected function generateMember($email, $password, $group, $identifier)
$member->FirstName = $identifier;
$member->Surname = "User";
$member->Email = $email;
$member->PasswordEncryption = "none";
$member->changePassword($password);
$member->write();
$group->Members()->add($member);
Expand Down

0 comments on commit 2aa8bbf

Please sign in to comment.