Index: lams_admin/web/import/importexcel.jsp
===================================================================
diff -u -r0aee88559b0d79e0516dd3630c24111361aeb787 -rc1cd3b5d3bc88f16ad489fbc19c7d21f5b748305
--- lams_admin/web/import/importexcel.jsp (.../importexcel.jsp) (revision 0aee88559b0d79e0516dd3630c24111361aeb787)
+++ lams_admin/web/import/importexcel.jsp (.../importexcel.jsp) (revision c1cd3b5d3bc88f16ad489fbc19c7d21f5b748305)
@@ -8,6 +8,11 @@
<%=Configuration.get(ConfigurationKeys.UPLOAD_FILE_LARGE_MAX_SIZE)%>
<%=FileValidatorSpringUtil.formatSize(Configuration.getAsInt(ConfigurationKeys.UPLOAD_FILE_LARGE_MAX_SIZE))%>
<%=Configuration.get(ConfigurationKeys.EXE_EXTENSIONS)%>
+<%=Configuration.get(ConfigurationKeys.PASSWORD_POLICY_MINIMUM_CHARACTERS)%>
+<%=Configuration.get(ConfigurationKeys.PASSWORD_POLICY_UPPERCASE)%>
+<%=Configuration.get(ConfigurationKeys.PASSWORD_POLICY_LOWERCASE)%>
+<%=Configuration.get(ConfigurationKeys.PASSWORD_POLICY_NUMERICS)%>
+<%=Configuration.get(ConfigurationKeys.PASSWORD_POLICY_SYMBOLS)%>
@@ -21,12 +26,6 @@
- <%=Configuration.get(ConfigurationKeys.PASSWORD_POLICY_MINIMUM_CHARACTERS)%>
- <%=Configuration.get(ConfigurationKeys.PASSWORD_POLICY_UPPERCASE)%>
- <%=Configuration.get(ConfigurationKeys.PASSWORD_POLICY_LOWERCASE)%>
- <%=Configuration.get(ConfigurationKeys.PASSWORD_POLICY_NUMERICS)%>
- <%=Configuration.get(ConfigurationKeys.PASSWORD_POLICY_SYMBOLS)%>
-
@@ -130,10 +129,6 @@
-
-
-
-