? Success

User tests: Successful: Unsuccessful:

avatar infograf768
infograf768
23 Oct 2014

The local part of an email (text before the "@") may include any of the following characters
( http://www.w3.org/TR/html-markup/input.email.html )
Uppercase and lowercase English letters (a–z, A–Z)
Digits 0 to 9
These special characters: ! # $ % & ’ * + - / = ? ^ _ ` { | } ~
Character . (dot, period, full stop) (ASCII: 46) provided that it is not the first or last character, and provided also that it does not appear consecutively (e.g. John..Doe@example.com is not allowed).

After correcting the validation (See #4894 and 6ba7987 ), we still could not save an email containing for example any of these in the local part.
/{|}~-^
This patch will allow using them. It will also take care of the double dot and dot as first character.

avatar infograf768 infograf768 - open - 23 Oct 2014
avatar jissues-bot jissues-bot - change - 23 Oct 2014
Labels Added: ?
avatar gwsdesk gwsdesk - test_item - 23 Oct 2014 - Tested successfully
avatar gwsdesk gwsdesk - alter_testresult - 23 Oct 2014 - gwsdesk: Tested successfully
avatar gwsdesk
gwsdesk - comment - 23 Oct 2014

leo/$~j}@gmail.com is saved

RTC for me

This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4899.

avatar infograf768
infograf768 - comment - 23 Oct 2014

You are right, correcting the comment as it has (again) the ‚Äô instead of ’

avatar wilsonge wilsonge - test_item - 23 Oct 2014 - Tested successfully
avatar wilsonge wilsonge - change - 23 Oct 2014
Status Pending Ready to Commit
avatar wilsonge
wilsonge - comment - 23 Oct 2014

@test tried various combinations. nothing seemed to be broken. RTC

This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4899.

avatar gwsdesk
gwsdesk - comment - 23 Oct 2014

@test I did run the same trials again as above and they work for me once again

avatar infograf768 infograf768 - close - 23 Oct 2014
avatar infograf768 infograf768 - change - 23 Oct 2014
Status Ready to Commit Closed
Closed_Date 0000-00-00 00:00:00 2014-10-23 14:42:29
avatar infograf768
infograf768 - comment - 23 Oct 2014

Thanks folks. Merging.

avatar rvbgnu
rvbgnu - comment - 4 Nov 2014

Thanks Jean-Marie for the head-up again!! Backported to 2.5.x here #4135

Add a Comment

Login with GitHub to post a comment