Bugzilla – Attachment 166550 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: (QA follow-up) Add exec flag to installer, tidy, fix comment
Bug-36561-QA-follow-up-Add-exec-flag-to-installer-.patch (text/plain), 1.50 KB, created by
Nick Clemens (kidclamp)
on 2024-05-10 12:51:56 UTC
(
hide
)
Description:
Bug 36561: (QA follow-up) Add exec flag to installer, tidy, fix comment
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2024-05-10 12:51:56 UTC
Size:
1.50 KB
patch
obsolete
>From 426508b5ec5aa3941d024fa2c89dff8988e31130 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 10 May 2024 12:44:22 +0000 >Subject: [PATCH] Bug 36561: (QA follow-up) Add exec flag to installer, tidy, > fix comment > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > .../bug_36561_add-new-validate-borrowers-permission.pl | 0 > t/db_dependent/api/v1/password_validation.t | 4 ++-- > 2 files changed, 2 insertions(+), 2 deletions(-) > mode change 100644 => 100755 installer/data/mysql/atomicupdate/bug_36561_add-new-validate-borrowers-permission.pl > >diff --git a/installer/data/mysql/atomicupdate/bug_36561_add-new-validate-borrowers-permission.pl b/installer/data/mysql/atomicupdate/bug_36561_add-new-validate-borrowers-permission.pl >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/api/v1/password_validation.t b/t/db_dependent/api/v1/password_validation.t >index 772895f6672..f8f30dcd18c 100755 >--- a/t/db_dependent/api/v1/password_validation.t >+++ b/t/db_dependent/api/v1/password_validation.t >@@ -43,7 +43,7 @@ my $librarian = $builder->build_object( > } > ); > >-# Ensure our librarian can see users from all branches (once list_borrowers is added) >+# Add validate borrowers permission for our user > $builder->build( > { > source => 'UserPermission', >@@ -52,7 +52,7 @@ $builder->build( > module_bit => 4, > code => 'validate_borrowers', > }, >- } >+ } > ); > > my $password = 'thePassword123'; >-- >2.39.2
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