Author: ktlili
Date: Fri Jun 15 12:44:54 2007
New Revision: 17574

URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D17574&repname=
=3Djahia
Log:
- fix login engine bug: user name length bigger then password length (no JI=
RA)

Modified:
    branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/jsp/jahia/engines/login/lo=
gin.jsp

Modified: branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/jsp/jahia/engines/lo=
gin/login.jsp
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/branches/JAHIA-5-0-SP=
-BRANCH/core/src/webapp/jsp/jahia/engines/login/login.jsp&rev=3D17574&repna=
me=3Djahia
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/jsp/jahia/engines/login/lo=
gin.jsp (original)
+++ branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/jsp/jahia/engines/login/lo=
gin.jsp Fri Jun 15 12:44:54 2007
@@ -84,7 +84,7 @@
                     }
                 }
             %>
-            <input class=3D"input" type=3D"text" name=3D"username" size=3D=
"<%=3Dcolumns%>" maxlength=3D"250" tabindex=3D"1"
+            <input class=3D"inputtype" type=3D"text" name=3D"username" siz=
e=3D"<%=3Dcolumns%>" maxlength=3D"250" tabindex=3D"1"
                    value=3D"<%=3Dusername%>">
         </td>
     </tr>
@@ -93,7 +93,7 @@
             <jahia:engineResourceBundle resourceName=3D"org.jahia.engines.=
login.Login_Engine.password.label"/>
         </td>
         <td class=3D"t4">
-            <input class=3D"input" type=3D"password" name=3D"password" siz=
e=3D"<%=3Dcolumns%>" maxlength=3D"250" tabindex=3D"2">
+            <input class=3D"inputtype" type=3D"password" name=3D"password"=
 size=3D"<%=3Dcolumns%>" maxlength=3D"250" tabindex=3D"2">
         </td>
     </tr>
     <tr>

_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list

Reply via email to