Bugzilla – Attachment 135539 Details for
Bug 30864
Patron category form - no validation for password expiration field
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30864: Add validation to password_expiry_days
Bug-30864-Add-validation-to-passwordexpirydays.patch (text/plain), 1.38 KB, created by
Jonathan Druart
on 2022-06-01 12:31:11 UTC
(
hide
)
Description:
Bug 30864: Add validation to password_expiry_days
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-06-01 12:31:11 UTC
Size:
1.38 KB
patch
obsolete
>From ca1b776868229065e7ac5b26d16c9dbf90c455a7 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 1 Jun 2022 14:29:59 +0200 >Subject: [PATCH] Bug 30864: Add validation to password_expiry_days > >When creating a patron category or editing an existing one, there is no validation for the "Password expiration" field. > >If letters or other characters are entered, there is no error message and if not a number whatever is entered is not saved. > >To test: >1. Go to Administration > Patrons and circulation > Patron categories. >2. Add a new patron category (or edit an existing category). >3. For the "Password expiration" field, enter letters or characters such as L$%. >=> Note that you are prompted to "Please enter only digits" >--- > koha-tmpl/intranet-tmpl/prog/js/categories.js | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/categories.js b/koha-tmpl/intranet-tmpl/prog/js/categories.js >index efecda4e7e0..90a8a33ac2b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/categories.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/categories.js >@@ -64,6 +64,9 @@ $(document).ready(function() { > }, > enrollment_period: true > }, >+ password_expiry_days: { >+ digits: true >+ }, > dateofbirthrequired: { > digits: true > }, >-- >2.25.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 30864
:
135539
|
135555
|
135676