View | Details | Raw Unified | Return to bug 36536
Collapse All | Expand All

(-)a/Koha/REST/V1/Auth/Password.pm (+3 lines)
Lines 80-85 sub validate { Link Here
80
            );
80
            );
81
        }
81
        }
82
82
83
        #record patron activity
84
        $patron->update_lastseen('api_verify');
85
83
        return $c->render(
86
        return $c->render(
84
            status  => 201,
87
            status  => 201,
85
            openapi => {
88
            openapi => {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref (-1 / +1 lines)
Lines 110-115 Patrons: Link Here
110
               check_in: "Checking in an item"
110
               check_in: "Checking in an item"
111
               hold: "Placing a hold on an item"
111
               hold: "Placing a hold on an item"
112
               article: "Placing an article request"
112
               article: "Placing an article request"
113
               api_verify: "Patron authentication via API"
113
     -
114
     -
114
         - pref: AutoApprovePatronProfileSettings
115
         - pref: AutoApprovePatronProfileSettings
115
           choices:
116
           choices:
116
- 

Return to bug 36536