From b179a193ddd418de2dae7f8d4e90cc8d82c80cd7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 21 Dec 2015 03:01:37 +0100 Subject: [PATCH] Fix param for username is $username and not $login --- htdocs/core/tpl/passwordforgotten.tpl.php | 4 ++-- htdocs/user/passwordforgotten.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/core/tpl/passwordforgotten.tpl.php b/htdocs/core/tpl/passwordforgotten.tpl.php index ea03749e0c3..f6a076660d8 100644 --- a/htdocs/core/tpl/passwordforgotten.tpl.php +++ b/htdocs/core/tpl/passwordforgotten.tpl.php @@ -48,7 +48,7 @@ $(document).ready(function () {
-
+ @@ -77,7 +77,7 @@ $(document).ready(function () { -" id="username" name="username" class="flat input-icon-user" size="20" value="" tabindex="1" /> +" id="username" name="username" class="flat input-icon-user" size="20" value="" tabindex="1" /> diff --git a/htdocs/user/passwordforgotten.php b/htdocs/user/passwordforgotten.php index 44377f6168c..cb38d1c9e49 100644 --- a/htdocs/user/passwordforgotten.php +++ b/htdocs/user/passwordforgotten.php @@ -2,7 +2,7 @@ /* Copyright (C) 2007-2011 Laurent Destailleur * Copyright (C) 2008-2012 Regis Houssin * Copyright (C) 2008-2011 Juanjo Menent - * Copyright (C) 2014 Teddy Andreotti <125155@supinfo.com> + * Copyright (C) 2014 Teddy Andreotti <125155@supinfo.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by