Title says it all. The location email field isn't big enough for some emails. Granted, there may be no limit everyone is happy with, but 31 characters seems arbitrary and low.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | location-Removed_arbitrary_maxlength_on_email-1958476-8.patch | 616 bytes | cbeier |
| #5 | location-Removed_arbitrary_maxlength_on_email-1958476-5.patch | 584 bytes | redijedi |
| #1 | location-email-1958476-1_0_0.patch | 530 bytes | redijedi |
Comments
Comment #1
redijedi commentedComment #2
podarokbot?
Comment #4
podarokYou should provide patch in git diff format
http://drupal.org/patch
Comment #5
redijedi commentedComment #6
podarokYou should bump status to needs review for bot...
Comment #7
rooby commentedOmitting the maxlength value will make it 128 characters.
I would recommend setting it to 254 characters, because that is what the database column for this field will hold and it is also the character limit for a valid email address.
Comment #8
cbeier commentedThe maxlength is set to 254 characters.
Comment #9
podarok#8 commited pushed to 7.x-3.x
thanks!!!