This error refers to: FCPATH\vendor\myth\auth\src\Authentication\Passwords\NothingPersonalValidator.php at line 77.
When I try to enter an email with an incorrect format, this library displays such an error. For example, when I enter an email on my website as blackforster@example.com, it works, but when I remove the email format and enter it as blackforster, that's when the error occurs.
This error refers to:
FCPATH\vendor\myth\auth\src\Authentication\Passwords\NothingPersonalValidator.php at line 77
.When I try to enter an email with an incorrect format, this library displays such an error. For example, when I enter an email on my website as
blackforster@example.com
, it works, but when I remove the email format and enter it asblackforster
, that's when the error occurs.How can I overcome this?