From 6cf5f0df7599350b3ec0aa8edfd6143cfd05ffc8 Mon Sep 17 00:00:00 2001 From: gRoussac Date: Mon, 4 Mar 2013 15:59:16 +0100 Subject: [PATCH] [-] FO : Fix bug #PSCFV-7920 wrong redirection after account creation --- themes/default/authentication.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/default/authentication.tpl b/themes/default/authentication.tpl index e5a528ce9..3c846cfca 100644 --- a/themes/default/authentication.tpl +++ b/themes/default/authentication.tpl @@ -100,6 +100,7 @@ $(document).ready(function() { SubmitCreate: 1, ajax: true, email_create: $('#email_create').val(), + back: $('input[name=back]').val(), token: token }, success: function(jsonData)