Bugzilla – Attachment 184630 Details for
Bug 36561
Inappropriate permission for "/api/v1/auth/password/validation"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36561: Add new permission to t/Koha/Auth/Permissions.t test
Bug-36561-Add-new-permission-to-tKohaAuthPermissio.patch (text/plain), 1.05 KB, created by
Lucas Gass (lukeg)
on 2025-07-25 13:45:59 UTC
(
hide
)
Description:
Bug 36561: Add new permission to t/Koha/Auth/Permissions.t test
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-07-25 13:45:59 UTC
Size:
1.05 KB
patch
obsolete
>From 3cc478c86422fc818ea1788c7902e7e5039abfb1 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Fri, 25 Jul 2025 13:45:21 +0000 >Subject: [PATCH] Bug 36561: Add new permission to t/Koha/Auth/Permissions.t > test > >--- > t/Koha/Auth/Permissions.t | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/t/Koha/Auth/Permissions.t b/t/Koha/Auth/Permissions.t >index 5ee6b82f0fe..0fc4ba108a8 100755 >--- a/t/Koha/Auth/Permissions.t >+++ b/t/Koha/Auth/Permissions.t >@@ -129,6 +129,7 @@ subtest 'superlibrarian tests' => sub { > 'CAN_user_borrowers_delete_borrowers' => 1, > 'CAN_user_borrowers_edit_borrowers' => 1, > 'CAN_user_borrowers_list_borrowers' => 1, >+ 'CAN_user_borrowers_api_validate_password' => 1, > 'CAN_user_borrowers_view_borrower_infos_from_any_libraries' => 1, > 'CAN_user_borrowers' => 1, > 'CAN_user_cash_management_anonymous_refund' => 1, >-- >2.39.5
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 36561
:
165447
|
165713
|
165718
|
166545
|
166546
|
166547
|
166549
|
166550
|
166551
|
184590
|
184591
| 184630