From 27cb25273ab9cebd5ad9e2cfa7a5ef916ce9bbea Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Mon, 29 Jul 2024 16:35:55 +0200 Subject: [PATCH] Bug 37512: Add a function to reset login attempts When using system preference 'FailedLoginAttempts', a patron's account is blocked after X many failed login attempts on the OPAC. This patch adds, like for "Patron's card has expired" message : * a link to reset login attempts to 0 Link is only displayed if libarian has permission to edit patrons. Reset login attempts to 0 feature uses members/setstatus.pl with resetloginattempts=y like reregistration=y for an expired patron To test: 1. Apply BZ25947, apply this patch 2. Change system preference 'FailedLoginAttempts' to a small number, like 2 3. Go to a patron's account and copy their username (while you're there, change the password and add some fines, too) 4. In the OPAC, try to log in with the username and a wrong password 3 times (you might want to use private browsing) 5. Go back to the patron's account details in the staff interface 6. Note that there is a message : "Patron's account has been locked (due to 3 failed login attempts)" 7. Click on the button to reset the login attempts. 8. There is a modal, click on confirm 9. Notice you have been redirected to the account details page. 10. Notice there is no message anymore, notice you can log in again. 11. Repeat 4-9 using the checkout page, notice you are redirected to the checkout page Signed-off-by: Roman Dolny --- .../prog/en/includes/patron_messages.inc | 204 +++++++++--------- members/setstatus.pl | 12 +- 2 files changed, 110 insertions(+), 106 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc index 5d77a92f..28c48d66 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc @@ -24,11 +24,9 @@ Expiration: Patron's card expires on [% patron.dateexpiry | $KohaDates %]. [% IF ( moremember ) %] - Renew or - Edit details + Renew or Edit details [% ELSE %] - Renew or - Edit details + Renew or Edit details [% END %] [% END %] @@ -47,11 +45,9 @@ Patron's card expired on [% expiry | $KohaDates %] [% END %] [% IF ( moremember ) %] - Renew or - Edit details + Renew or Edit details [% ELSE %] - Renew or - Edit details + Renew or Edit details [% END %] [% END %] @@ -66,7 +62,8 @@ [% IF CAN_user_borrowers_edit_borrowers %] Change password - + + or Reset login attempts [% END %] @@ -74,63 +71,61 @@ [% IF ( patron.gonenoaddress ) %]
  • - Address: Patron's address flagged as in doubt - Edit + Address: Patron's address flagged as in doubt Edit
  • [% END %] [% IF ( patron.lost ) %]
  • - Lost: Patron's card is flagged as lost - Edit + Lost: Patron's card is flagged as lost Edit
  • [% END %] [% IF ( userdebarred ) %]
  • Restricted since [% debarredsince | $KohaDates %]: Patron's account is restricted + [% IF ( userdebarreddate ) %] until [% userdebarreddate | $KohaDates %] [% END %] [% IF ( debarredcomment ) %] - with the explanation:
    + with the explanation:
    [% IF debarredcomment.search('OVERDUES_PROCESS') %] Restriction added by overdues process [% debarredcomment.remove('OVERDUES_PROCESS ') | $raw | html_line_break %] [% ELSE %] [% FOREACH restriction IN patron.restrictions %]
    - - [% IF restriction.expiration %] - [% restriction.expiration | $KohaDates %] - [% ELSE %] - Indefinite - [% END %] - - [%- restriction.type.display_text | html -%][%- IF restriction.comment -%]: [%- restriction.comment | html_line_break -%][%- END -%] + + [% IF restriction.expiration %] + [% restriction.expiration | $KohaDates %] + [% ELSE %] + Indefinite + [% END %] + + + [%- restriction.type.display_text | html -%][%- IF restriction.comment -%]: [%- restriction.comment | html_line_break -%][%- END -%] +
    [% END %] - [% END %]

    + [% END %] +
    [% END %] View restrictions -
  • - + [% END # /IF userdebarred %] [% IF ( odues ) %]
  • - Overdues: Patron has ITEMS OVERDUE See highlighted items below + Overdues: Patron has ITEMS OVERDUE See highlighted items below
  • [% END %] [% IF return_claims.count > ClaimReturnedWarningThreshold %] -
  • Return claims: Patron has [% return_claims.count | html %] RETURN CLAIMS
  • +
  • + Return claims: Patron has [% return_claims.count | html %] RETURN CLAIMS +
  • [% END %] [% IF age_limitations %] @@ -164,14 +159,16 @@ [% IF ( charges_guarantees ) %]
  • Charges: Patron's guarantees collectively owe [% chargesamount_guarantees | $Price %]. - [% IF noissues %] - Checkouts are BLOCKED because fine balance is OVER THE LIMIT. - [% END %] + [% IF noissues %] + Checkouts are BLOCKED because fine balance is OVER THE LIMIT. + [% END %]
  • [% END %] [% IF ( credits ) %] -
  • Credits: Patron has a credit[% IF ( creditsamount ) %]of [% creditsamount | $Price %][% END %]
  • +
  • + Credits: Patron has a credit[% IF ( creditsamount ) %] of [% creditsamount | $Price %][% END %] +
  • [% END %] [% IF (noissues && CAN_user_circulate_force_checkout && !moremember) %]
  • @@ -181,6 +178,7 @@
  • [% END %] + [% END # /F ( has_modifications || warndeparture... %] [% IF waiting_recalls.count %] @@ -202,11 +200,15 @@ [% IF ( w.pickup_library_id == logged_in_branchcode ) %]
  • [% w.biblio.title | html %] - ([% ItemTypes.GetDescription( w.item.effective_itemtype ) | html %]), [% IF ( w.biblio.author ) %]by [% w.biblio.author | html %][% END %] - [% IF ( w.item.itemcallnumber ) %][[% w.item.itemcallnumber | html %]][% END %] + ([% ItemTypes.GetDescription( w.item.effective_itemtype ) | html %]), + [% IF ( w.biblio.author ) %] by [% w.biblio.author | html %] [% END %] + [% IF ( w.item.itemcallnumber ) %] [[% w.item.itemcallnumber | html %]] [% END %] Recall placed on [% w.created_date | $KohaDates %].
    - [% SET expires_on = w.expiration_date %] Waiting here [% IF expires_on %]until [% expires_on | $KohaDates %][% END %] + + [% SET expires_on = w.expiration_date %] + Waiting here [% IF expires_on %] until [% expires_on | $KohaDates %] [% END %] +
  • [% END %] [% END %] @@ -220,11 +222,15 @@ [% IF ( w.pickup_library_id != logged_in_branchcode ) %]
  • [% w.biblio.title | html %] - ([% ItemTypes.GetDescription( w.item.effective_itemtype ) | html %]), [% IF ( w.biblio.author ) %]by [% w.biblio.author | html %][% END %] - [% IF ( w.item.itemcallnumber ) %][[% w.item.itemcallnumber | html %]][% END %] + ([% ItemTypes.GetDescription( w.item.effective_itemtype ) | html %]), + [% IF ( w.biblio.author ) %] by [% w.biblio.author | html %] [% END %] + [% IF ( w.item.itemcallnumber ) %] [[% w.item.itemcallnumber | html %]] [% END %] Recall placed on [% w.created_date | $KohaDates %].
    - [% SET expires_on = w.expiration_date %] Waiting at [% Branches.GetName( w.pickup_library_id ) | html %] [% IF expires_on %]until [% expires_on | $KohaDates %][% END %] + + [% SET expires_on = w.expiration_date %] + Waiting at [% Branches.GetName( w.pickup_library_id ) | html %] [% IF expires_on %] until [% expires_on | $KohaDates %] [% END %] +
  • [% END %] [% END %] @@ -252,12 +258,18 @@ [% IF ( w.branch.branchcode == logged_in_branchcode ) %]
  • [% w.biblio.title | html %] - ([% ItemTypes.GetDescription( w.item.effective_itemtype ) | html %]), [% IF ( w.biblio.author ) %]by [% w.biblio.author | html %][% END %] - [% IF ( w.item.itemcallnumber ) %][[% w.item.itemcallnumber | html %]][% END %] + ([% ItemTypes.GetDescription( w.item.effective_itemtype ) | html %]), + [% IF ( w.biblio.author ) %] by [% w.biblio.author | html %] [% END %] + [% IF ( w.item.itemcallnumber ) %] [[% w.item.itemcallnumber | html %]] [% END %] Hold placed on [% w.reservedate | $KohaDates %].
    - [% SET expires_on = w.expirationdate %] Waiting here [% IF expires_on %]until [% expires_on | $KohaDates %][% END %]. - Waiting here since [% w.waitingdate | $KohaDates %]. + + [% SET expires_on = w.expirationdate %] + Waiting here [% IF expires_on %] until [% expires_on | $KohaDates %][% END %]. + + + Waiting here since [% w.waitingdate | $KohaDates %]. +
  • [% END %] [% END %] @@ -271,11 +283,15 @@ [% IF ( w.branch.branchcode != logged_in_branchcode ) %]
  • [% w.biblio.title | html %] - ([% ItemTypes.GetDescription( w.item.effective_itemtype ) | html %]), [% IF ( w.biblio.author ) %]by [% w.biblio.author | html %][% END %] - [% IF ( w.item.itemcallnumber ) %][[% w.item.itemcallnumber | html %]][% END %] + ([% ItemTypes.GetDescription( w.item.effective_itemtype ) | html %]), + [% IF ( w.biblio.author ) %] by [% w.biblio.author | html %] [% END %] + [% IF ( w.item.itemcallnumber ) %] [[% w.item.itemcallnumber | html %]] [% END %] Hold placed on [% w.reservedate | $KohaDates %].
    - [% SET expires_on = w.expirationdate %] Waiting at [% w.branch.branchname | html %] [% IF expires_on %]until [% expires_on | $KohaDates %][% END %] + + [% SET expires_on = w.expirationdate %] + Waiting at [% w.branch.branchname | html %] [% IF expires_on %] until [% expires_on | $KohaDates %] [% END %] +
  • [% END %] [% END %] @@ -290,23 +306,25 @@

    Curbside pickups scheduled here

      - [% FOR cp IN curbside_pickups %] -
    • On [% cp.scheduled_pickup_datetime | $KohaDates %]: - [% SWITCH cp.status %] - [% CASE 'to-be-staged' %] - To be staged - [% CASE 'staged-and-ready' %] - Staged and ready - [% CASE 'patron-is-outside' %] - Patron is outside! - [% CASE 'delivered' %] - Delivered - [% CASE %] - Unknown status "[% cp.status | html %]" - [% END %] -
    • - [% END %] + [% FOR cp IN curbside_pickups %] +
    • On [% cp.scheduled_pickup_datetime | $KohaDates %]: + [% SWITCH cp.status %] + [% CASE 'to-be-staged' %] + + To be staged + [% CASE 'staged-and-ready' %] + + Staged and ready + [% CASE 'patron-is-outside' %] + + Patron is outside! + [% CASE 'delivered' %] + + Delivered + [% CASE %]Unknown status "[% cp.status | html %]" + [% END %] +
    • + [% END %]
    [% END %] @@ -317,11 +335,12 @@

    Notes

    • - [% patron.borrowernotes | $raw | html_line_break %] + + [% patron.borrowernotes | $raw | html_line_break %] +
    - - + [% END # /IF patron.borrowernotes %] [% IF ( patron_messages ) %] @@ -338,11 +357,7 @@ [% patron_message.message_date | $KohaDates %] [% Branches.GetName( patron_message.branchcode ) | html %] [% IF patron_message.manager_id %] - ( - [% patron_message.get_column('manager_firstname') | html %] [% patron_message.get_column('manager_surname') | html %] - ) + ( [% patron_message.get_column('manager_firstname') | html %] [% patron_message.get_column('manager_surname') | html %] ) [% END %] "[% patron_message.message | html | html_line_break %]" [% IF patron_message.patron_read_date %] @@ -351,36 +366,22 @@
    [% IF patron_message.branchcode == Branches.GetLoggedInBranchcode OR Koha.Preference('AllowAllMessageDeletion') %] [% IF moremember %] - Edit + Edit
    [% INCLUDE 'csrf-token.inc' %] - - - - + + + +
    [% ELSE %] - Edit + Edit
    [% INCLUDE 'csrf-token.inc' %] - - - + + +
    [% END %] @@ -389,8 +390,7 @@ [% END %] Add a new message - - + [% FOREACH pm IN patron_messages %]