Index: lams_admin/web/orgPasswordChange.jsp =================================================================== diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -r1ba327f73cb27c822d8a4ef36c386dd5a1432aef --- lams_admin/web/orgPasswordChange.jsp (.../orgPasswordChange.jsp) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80) +++ lams_admin/web/orgPasswordChange.jsp (.../orgPasswordChange.jsp) (revision 1ba327f73cb27c822d8a4ef36c386dd5a1432aef) @@ -1,441 +1,462 @@ -<%@ include file="/taglibs.jsp"%> + +<%@ include file="/taglibs.jsp"%> <%@ page import="org.lamsfoundation.lams.util.Configuration"%> <%@ page import="org.lamsfoundation.lams.util.ConfigurationKeys"%> -<%=Configuration.get(ConfigurationKeys.PASSWORD_POLICY_MINIMUM_CHARACTERS)%> -<%=Configuration.get(ConfigurationKeys.PASSWORD_POLICY_UPPERCASE)%> -<%=Configuration.get(ConfigurationKeys.PASSWORD_POLICY_NUMERICS)%> -<%=Configuration.get(ConfigurationKeys.PASSWORD_POLICY_LOWERCASE)%> -<%=Configuration.get(ConfigurationKeys.PASSWORD_POLICY_SYMBOLS)%> - - - + + + + + + - - - - - + + + + + + +

+ + +

+ +
+

- grid.resetSelection(); - if (selectAllCheckbox.prop('checked')) { - var excluded = grid.data('excluded'); - // go through each loaded row - $('[role="row"]', grid).each(function(){ - var id = +$(this).attr('id'), - selected = $(this).hasClass('success'); - // if row is not selected and is not excluded, select it - if (!selected && !excluded.includes(id)) { - // select without triggering onSelectRow - grid.jqGrid('setSelection', id, false); - } - }); - } else { - // go through each loaded row - $('[role="row"]', grid).each(function(){ - var id = +$(this).attr('id'), - selected = $(this).hasClass('success'); - // if row is not selected and is included, select it - if (!selected && included.includes(id)) { - // select without triggering onSelectRow - grid.jqGrid('setSelection', id, false); - } - }); - } + + : +
    +
  • + +
  • + + +
  • +
    + +
  • +
    + + +
  • +
    + + + +
  • +
    +
+ +
+ + + + + + + + + +
+
+ +
+
+ +
+
+ + + +

+
+
+ +
+
    +
    +

    + + + + + + + + + + + +
    +
    + +
    + + +
    +
    + +
    + + +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + + + - changeCheckboxes.trigger('change'); - }, - loadError : function(xhr,st,err) { - $.jgrid.info_dialog('', - '', - ''); - } - }; - var includedLearners = "", - excludedLearners = "", - includedStaff = "", - excludedStaff = ""; - jqGridSettings.url = jqGridURL + 'learner' - $("#learnerGrid").data('excluded', excludedLearners ? JSON.parse(excludedLearners) : null) - .data('included', includedLearners ? JSON.parse(includedLearners) : null) - .jqGrid(jqGridSettings); - jqGridSettings.url = jqGridURL + 'staff' - $("#staffGrid").data('excluded', excludedStaff ? JSON.parse(excludedStaff) : null) - .data('included', includedStaff ? JSON.parse(includedStaff) : null) - .jqGrid(jqGridSettings); - }); - - -

    - - -

    - -
    -

    - - - : -
      -
    • - -
    • - - -
    • -
      - -
    • -
      - - -
    • -
      - - - -
    • -
      -
    - -
    - - - - - - - - - - -
    -
    - -
    -
    - -
    -
    - - - -

    -
    -
    - -
    -
      -
      -

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