Bugzilla – Attachment 129383 Details for
Bug 28786
Two-factor authentication for staff client - TOTP
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28786: (QA follow-up) Fix qa warnings
Bug-28786-QA-follow-up-Fix-qa-warnings.patch (text/plain), 3.30 KB, created by
Marcel de Rooy
on 2022-01-13 07:57:55 UTC
(
hide
)
Description:
Bug 28786: (QA follow-up) Fix qa warnings
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2022-01-13 07:57:55 UTC
Size:
3.30 KB
patch
obsolete
>From da422b0669f2c184988985ea48c1995328ec8ed3 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Thu, 13 Jan 2022 07:52:33 +0000 >Subject: [PATCH] Bug 28786: (QA follow-up) Fix qa warnings >Content-Type: text/plain; charset=utf-8 > > FAIL members/two_factor_auth.pl > FAIL file permissions > File must have the exec flag > FAIL koha-tmpl/intranet-tmpl/prog/en/modules/members/two_factor_auth.tt > FAIL filters > missing_filter at line 42 ( <p>Account: [% issuer %]</p>) > missing_filter at line 43 ( <p>Key: [% key_id %]</p>) > missing_filter at line 54 ( <input type="hidden" name="secret32" value="[% secret32 %]" />) > FAIL Koha/Auth/TwoFactorAuth.pm > FAIL pod coverage > POD is missing for 'new' > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > Koha/Auth/TwoFactorAuth.pm | 6 ++++++ > .../prog/en/modules/members/two_factor_auth.tt | 6 +++--- > members/two_factor_auth.pl | 0 > 3 files changed, 9 insertions(+), 3 deletions(-) > mode change 100644 => 100755 members/two_factor_auth.pl > >diff --git a/Koha/Auth/TwoFactorAuth.pm b/Koha/Auth/TwoFactorAuth.pm >index f66379200d..8932006763 100644 >--- a/Koha/Auth/TwoFactorAuth.pm >+++ b/Koha/Auth/TwoFactorAuth.pm >@@ -36,6 +36,12 @@ my $ok = $auth->verify($pin_code, 1, $secret32); > > It's based on Auth::GoogleAuth > >+=head2 METHODS >+ >+=head3 new >+ >+ $obj = Koha::Auth::TwoFactorAuth->new({ patron => $p, secret => $s }); >+ > =cut > > sub new { >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/two_factor_auth.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/two_factor_auth.tt >index d067c2dcde..a95210d622 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/two_factor_auth.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/two_factor_auth.tt >@@ -39,8 +39,8 @@ > <p>We recommend cloud-based mobile authenticator apps such as Authy, Duo Mobile, and LastPass. They can restore access if you lose your hardware device.</p> > <p>Can't scan the code?</p> > <p>To add the entry manually, provide the following details to the application on your phone.</p> >- <p>Account: [% issuer %]</p> >- <p>Key: [% key_id %]</p> >+ <p>Account: [% issuer | html %]</p> >+ <p>Key: [% key_id | html %]</p> > <p>Time based: Yes</p> > </div> > >@@ -51,7 +51,7 @@ > <fieldset class="rows"> > <input type="hidden" name="csrf_token" value="[% csrf_token | html %]" /> > <input type="hidden" name="op" value="register-2FA" /> >- <input type="hidden" name="secret32" value="[% secret32 %]" /> >+ <input type="hidden" name="secret32" value="[% secret32 | html %]" /> > <ol> > <li> > <label for="qr_code">QR code: </label> >diff --git a/members/two_factor_auth.pl b/members/two_factor_auth.pl >old mode 100644 >new mode 100755 >-- >2.20.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 28786
:
123375
|
123376
|
123377
|
123378
|
123379
|
123380
|
123381
|
123397
|
123398
|
123399
|
123400
|
123401
|
123402
|
123403
|
124569
|
124770
|
124771
|
124844
|
124845
|
124846
|
124847
|
128841
|
128842
|
129383
|
129384
|
129474
|
129521
|
129557
|
129558
|
129559
|
129560
|
129561
|
129562
|
129563
|
129564
|
129565
|
129566
|
129567
|
129568
|
129569
|
129654
|
129655
|
129656
|
129657
|
129658
|
129659
|
129660
|
129661
|
129662
|
129665
|
131940
|
131941
|
131942
|
131943
|
131944
|
131945
|
131946
|
131947
|
131948
|
131949
|
131950
|
131951
|
131952
|
131953
|
131954
|
131955
|
131956
|
131957
|
131958
|
132142
|
132143
|
132144
|
132145
|
132146
|
132147
|
132148
|
132149
|
132150
|
132153
|
132154
|
132155
|
132156
|
132157
|
133222
|
133516
|
133522
|
133531
|
133533
|
133541
|
133548
|
133643
|
133686