From f11e13e7e00bc6b7f844c131a4044e4ae5cfc7e8 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 --- 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)