From 6d94ab311ac4ac28c47a7a1d367aa680a7ec23e0 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Sun, 26 Sep 2010 11:06:55 -0400 Subject: [PATCH] Only lower-case user name if first login attempt failed (#1486393) + fix test --- program/include/html.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/program/include/html.php b/program/include/html.php index 54a6cde..527fa9b 100644 --- a/program/include/html.php +++ b/program/include/html.php @@ -4,8 +4,8 @@ +-----------------------------------------------------------------------+ | program/include/html.php | | | - | This file is part of the RoundCube Webmail client | - | Copyright (C) 2005-2010, RoundCube Dev, - Switzerland | + | This file is part of the Roundcube Webmail client | + | Copyright (C) 2005-2010, Roundcube Dev, - Switzerland | | Licensed under the GNU GPL | | | | PURPOSE: | -- Gitblit v1.9.1