[-] FO : #PSCFV-2282 - Allow "+" in email address during account creation

This commit is contained in:
mDeflotte
2012-05-11 08:40:00 +00:00
parent 4ed6d5257a
commit f11e13e7e0
+7 -1
View File
@@ -99,7 +99,13 @@ $(function(){ldelim}
async: true,
cache: false,
dataType : "json",
data: 'controller=authentication&SubmitCreate=1&ajax=true&email_create='+$('#email_create').val()+'&token='+token,
data: {
controller: 'authentication',
SubmitCreate: 1,
ajax: true,
email_create: $('#email_create').val(),
token: token
},
success: function(jsonData)
{
if (jsonData.hasError)