Bugzilla – Attachment 87129 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: Fixed whitespace and added filters for qa tools
Bug-18308-Fixed-whitespace-and-added-filters-for-q.patch (text/plain), 2.71 KB, created by
Hayley Pelham
on 2019-03-28 00:41:31 UTC
(
hide
)
Description:
Bug 18308: Fixed whitespace and added filters for qa tools
Filename:
MIME Type:
Creator:
Hayley Pelham
Created:
2019-03-28 00:41:31 UTC
Size:
2.71 KB
patch
obsolete
>From 102f36ed5e1bcb9ae93638af1324b7e9a061c7e8 Mon Sep 17 00:00:00 2001 >From: Hayley Mapley <hayleymapley@catalyst.net.nz> >Date: Thu, 28 Mar 2019 10:52:46 +1300 >Subject: [PATCH] Bug 18308: Fixed whitespace and added filters for qa tools > >Note: This will still fail qa tool due to 'forbidden' javascript >fullpath and not use of Asset plugin. Asset plugin cannot be used for >onboarding currently. > >Sponsored-by: Catalyst IT >--- > installer/onboarding.pl | 2 +- > koha-tmpl/intranet-tmpl/prog/en/includes/onboarding_messages.inc | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/installer/onboarding.pl b/installer/onboarding.pl >index 32944c51b6..06ecd7b14c 100755 >--- a/installer/onboarding.pl >+++ b/installer/onboarding.pl >@@ -148,7 +148,7 @@ if ( $step == 3 ) { > else { > push @messages, { code => 'error_on_update_minPasswordLength_syspref' }; > } >- } >+ } > } > > if ( $step == 4 ) { >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/onboarding_messages.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/onboarding_messages.inc >index c8ef7a271e..4e44ef4c71 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/onboarding_messages.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/onboarding_messages.inc >@@ -36,6 +36,6 @@ > <div class="alert alert-success">Minimum password length set!</div> > [% CASE 'error_on_update_minPasswordLength_syspref' %] > <div class="alert alert-danger">Minimum password length not set!</div> >- [% CASE %][% message %] >+ [% CASE %][% message | html %] > [% END %] > [% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt >index 7da53e68c5..9852659a08 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt >@@ -26,7 +26,7 @@ > <ol> > <li> > <label for="minPasswordname" class="required"> Set your minPasswordLength</label> >- <input type="number" id="pref_minPasswordLength" name="pref_minPasswordLength" value="[% minPasswordLength%]" min=1></input> >+ <input type="number" id="pref_minPasswordLength" name="pref_minPasswordLength" value="[% minPasswordLength | html %]" min=1></input> > <span class="required">Required</span> > </li> > </ol> >-- >2.11.0
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