-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setting store's email with new gTLD admin/index.php?route=setting/setting #2066
Comments
Might be a good idea to switch email validation to |
Fixed: change {2,6} to {2,15} if ((utf8_strlen( |
Does this email validation take unicode characters into consideration? if not, it might be a good idea... http://stackoverflow.com/questions/19461943/how-to-validate-a-unicode-email. EDIT: Maybe just a check for a "@" and a "." character is enough, E-mail validation in backend are kinda useless anyway, maybe just trust the admin to enter a correct e-mail is the best way to go. |
filter_var is an extension that needs to be installed in php! last time i added this i had to do an emergency release because to many people did not have the extension installed. |
@danielkerr It's a built in function. http://us2.php.net/manual/en/function.filter-var.php
|
admin/index.php?route=setting/setting
when set a store's email, the valid form does not allow some gTLD extensions - longer than 6 characters - such as .clothing, .photography, ...
Error: E-Mail Address does not appear to be valid!
The text was updated successfully, but these errors were encountered: