-
Notifications
You must be signed in to change notification settings - Fork 129
Closed
Labels
Description
Description of the problem
maximum email length is currently set to the maximum username length, suggest this is changed as there is a defined length that email addresses are aloud to be.
How To Reproduce
- Install EE
Error Messages
NA
Screenshots / Videos / Template Code
https://github.com/ExpressionEngine/ExpressionEngine/blob/stability/system/ee/installer/schema/mysql_schema.php#L297
Environment Details:
Any
Possible Solution
email varchar(254) NOT NULL,
Additional context
https://7php.com/the-maximum-length-limit-of-an-email-address-is-254-not-320/