Fixes #0000
It appears as if the email validator allows 254 chars for the entire email, while the DB field only allows 150. This results in email addresses simply being truncated without any error message when creating users with longer email addresses.
Changes proposed in this pull request:
Increase length of email field to 254 chars to match the validator
1.x
pendent to #4118Fixes #0000 It appears as if the email validator allows 254 chars for the entire email, while the DB field only allows 150. This results in email addresses simply being truncated without any error message when creating users with longer email addresses.
Changes proposed in this pull request: Increase length of email field to 254 chars to match the validator
Reviewers should focus on: See https://www.rfc-editor.org/errata/eid1690
Screenshot
Necessity
Confirmed
composer test
).Required changes: