View | Details | Raw Unified | Return to bug 10177
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-password.tt (-1 / +5 lines)
Lines 9-15 Link Here
9
                alert(_("Passwords do not match"));
9
                alert(_("Passwords do not match"));
10
                return false;
10
                return false;
11
            } else {
11
            } else {
12
                if ($("input[name='newpassword']").val().match(/^\s*$/)) {
13
                  alert(_("Password contains nothing except whitespace"));
14
                  return false;
15
              } else {
12
                return true;
16
                return true;
17
}
13
            }
18
            }
14
        });
19
        });
15
        $("body").on('click', "#fillrandom",function(e) {
20
        $("body").on('click', "#fillrandom",function(e) {
16
- 

Return to bug 10177