Bugzilla – Attachment 68374 Details for
Bug 18308
Default value of minPasswordLength should be increased
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18308 - Increased default value of minPasswordValue
Bug-18308---Increased-default-value-of-minPassword.patch (text/plain), 1.52 KB, created by
Alex Buckley
on 2017-10-23 09:06:07 UTC
(
hide
)
Description:
Bug 18308 - Increased default value of minPasswordValue
Filename:
MIME Type:
Creator:
Alex Buckley
Created:
2017-10-23 09:06:07 UTC
Size:
1.52 KB
patch
obsolete
>From 3f8f57ada4b4a05ad375d2134ebf0d76920d2fac Mon Sep 17 00:00:00 2001 >From: Alex Buckley <alexbuckley@catalyst.net.nz> >Date: Fri, 20 Oct 2017 22:32:46 +0000 >Subject: [PATCH] Bug 18308 - Increased default value of minPasswordValue > >Test plan: >1. Create a patron with a password less than 3 characters in length and >notice that a red message is displayed by the input telling you that the >password must be 3 characters minimum length > >2. Ensuring PatronSelfRegistration syspref is enabled, and >PatronSelfRegistationDefaultCategory is set register a patron in the >OPAC with a password of 2 characters and notice that a red message is >displayed informing you that the password must be at least 3 characters > >3. Run updatedatabase.pl > >4. Repeat step 1 and notice that the password must be 8 characters or >more now > >5. Repeat step 2 and notice that the password must be 8 characters or >more now > >Sponsored-By: Catalyst IT >--- > .../mysql/atomicupdate/bug_18308-update_minPasswordLength_syspref.sql | 1 + > 1 file changed, 1 insertion(+) > create mode 100644 installer/data/mysql/atomicupdate/bug_18308-update_minPasswordLength_syspref.sql > >diff --git a/installer/data/mysql/atomicupdate/bug_18308-update_minPasswordLength_syspref.sql b/installer/data/mysql/atomicupdate/bug_18308-update_minPasswordLength_syspref.sql >new file mode 100644 >index 0000000..b97de94 >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/bug_18308-update_minPasswordLength_syspref.sql >@@ -0,0 +1 @@ >+UPDATE systempreferences SET value=8 WHERE variable="minPasswordLength"; >-- >2.1.4
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 18308
:
68374
|
68381
|
68451
|
69318
|
69319
|
69320
|
69321
|
69323
|
69324
|
69459
|
69461
|
69462
|
87124
|
87125
|
87126
|
87128
|
87129
|
87339
|
87340
|
87564
|
87572
|
87573
|
87747
|
87959
|
87960
|
87961
|
87962
|
87963
|
87964
|
87966
|
88010
|
88011
|
88012
|
88013
|
88014
|
88242
|
88243
|
88306
|
88307
|
88308
|
88309
|
88310
|
88311
|
88312
|
88313
|
88314
|
88315
|
88316
|
88317
|
88318
|
88319
|
88320
|
88321
|
88840
|
90079
|
103617
|
104235
|
104236
|
104351