fix: validation password #712
fix: validation password #712GeorgKott wants to merge 3 commits intocodeigniter4:developfrom GeorgKott:fix_validation_password
Conversation
|
How can an email address not contain the @ symbol? |
Because we check the email for a valid value and then check the password with the same email value, even if the email is invalid. And any value can be sent from the frontend |
|
@GeorgKott Thanks to PR. Please answer these questions?
Please sign the all commits: and please write php unit test see: https://github.com/codeigniter4/CodeIgniter4/blob/develop/contributing/pull_request.md#unit-testing |
If the email is invalid, wouldn't the validation fail and complete at that point? |
password validation has error when email doesn't contain the @ symbol