From 65e1c37b5b5f1d16732304f142e68352d80cf377 Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Fri, 11 May 2012 08:40:00 +0000 Subject: [PATCH] [-] FO : #PSCFV-2282 - Allow "+" in email address during account creation git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15205 b9a71923-0436-4b27-9f14-aed3839534dd --- themes/default/authentication.tpl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/themes/default/authentication.tpl b/themes/default/authentication.tpl index bc6dc8232..ec75974fa 100644 --- a/themes/default/authentication.tpl +++ b/themes/default/authentication.tpl @@ -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)