Index: lams_central/web/login.jsp =================================================================== diff -u -r8234cab4a97871d21c395ff619b5722db1f35f0d -r1e028ee473c0e56d3b6fe83f9db1f21103924086 --- lams_central/web/login.jsp (.../login.jsp) (revision 8234cab4a97871d21c395ff619b5722db1f35f0d) +++ lams_central/web/login.jsp (.../login.jsp) (revision 1e028ee473c0e56d3b6fe83f9db1f21103924086) @@ -13,167 +13,197 @@ -<%-- If credentials came from attributes, no need for encrypting --%> -<%= request.getAttribute("login") == null && session.getAttribute("login") == null && Configuration.getAsBoolean(ConfigurationKeys.LDAP_ENCRYPT_PASSWORD_FROM_BROWSER) %> -<% - if (request.getAttribute("login") != null || session.getAttribute("login") != null) { - // invalidate session so a new user can be logged in - session.invalidate(); - } -%> - + - - <fmt:message key="title.login.window" /> - - - - - - - + + + - - - -
- -

 

- -
- - -
-
-

- LAMS - Learning Activity Management System -

- - - + } - -
-
- - -
-

- - <%=Configuration.get(ConfigurationKeys.VERSION)%>

-

- -

-
- - - - - - -

- - : -

- + $(document).ready(function(){ + $('#j_username').focus(); + $('#news').load('www/news.html'); + }); + + + + +
+ +

 

+ +
+ + +
+
+

+ LAMS - Learning Activity Management System +

+ + + + + +
+
+ + +
+

+ + <%=Configuration.get(ConfigurationKeys.VERSION)%>

+

+ +

+ + + + + + + +

+ + : +

+ +

+ + : +

+ + + + +
+ + +
+ +
+ + + + +
+ + + + + <%-- This is version for integrations and LoginAs authentication. --%> + + + <% + // invalidate session so a new user can be logged in + session.invalidate(); + %> + + + + + + + +
+

+ +

+ +
+ + + +
- + + + +
+ -
- -
- - - - -
- - - - \ No newline at end of file