Bugzilla – Attachment 4792 Details for
Bug 6653
[security] Rotating collections pages can be accessed without being logged in
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Signed off patch
0001-SIGNED-OFF-Bug-6553-Fixing-authentication-issue-ther.patch (text/plain), 2.92 KB, created by
Katrin Fischer
on 2011-08-01 10:04:07 UTC
(
hide
)
Description:
Signed off patch
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2011-08-01 10:04:07 UTC
Size:
2.92 KB
patch
obsolete
>From 827546d33b9361a21694662514d398d15dd2f65b Mon Sep 17 00:00:00 2001 >From: Chris Cormack <chrisc@catalyst.net.nz> >Date: Mon, 1 Aug 2011 21:23:45 +1200 >Subject: [PATCH] [SIGNED-OFF] Bug 6553 : Fixing authentication issue, there is no reason we should be able to use these without authentication >Content-Type: text/plain; charset="utf-8" > >http://bugs.koha-community.org/show_bug.cgi?id=6653 > >Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> >--- > rotating_collections/addItems.pl | 2 +- > rotating_collections/editCollections.pl | 2 +- > rotating_collections/rotatingCollections.pl | 2 +- > rotating_collections/transferCollection.pl | 2 +- > 4 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/rotating_collections/addItems.pl b/rotating_collections/addItems.pl >index acde79a..13b2cb7 100755 >--- a/rotating_collections/addItems.pl >+++ b/rotating_collections/addItems.pl >@@ -16,7 +16,7 @@ my ($template, $loggedinuser, $cookie) > = get_template_and_user({template_name => "rotating_collections/addItems.tmpl", > query => $query, > type => "intranet", >- authnotrequired => 1, >+ authnotrequired => 0, > flagsrequired => {parameters => 1}, > debug => 1, > }); >diff --git a/rotating_collections/editCollections.pl b/rotating_collections/editCollections.pl >index 6289cac..a24b333 100755 >--- a/rotating_collections/editCollections.pl >+++ b/rotating_collections/editCollections.pl >@@ -17,7 +17,7 @@ my ($template, $loggedinuser, $cookie) > = get_template_and_user({template_name => "rotating_collections/editCollections.tmpl", > query => $query, > type => "intranet", >- authnotrequired => 1, >+ authnotrequired => 0, > flagsrequired => {parameters => 1}, > debug => 1, > }); >diff --git a/rotating_collections/rotatingCollections.pl b/rotating_collections/rotatingCollections.pl >index b085e6b..6681e36 100755 >--- a/rotating_collections/rotatingCollections.pl >+++ b/rotating_collections/rotatingCollections.pl >@@ -15,7 +15,7 @@ my ($template, $loggedinuser, $cookie) > = get_template_and_user({template_name => "rotating_collections/rotatingCollections.tmpl", > query => $query, > type => "intranet", >- authnotrequired => 1, >+ authnotrequired => 0, > flagsrequired => {parameters => 1}, > debug => 1, > }); >diff --git a/rotating_collections/transferCollection.pl b/rotating_collections/transferCollection.pl >index e2c5407..f97536f 100755 >--- a/rotating_collections/transferCollection.pl >+++ b/rotating_collections/transferCollection.pl >@@ -20,7 +20,7 @@ my ($template, $loggedinuser, $cookie) > = get_template_and_user({template_name => "rotating_collections/transferCollection.tmpl", > query => $query, > type => "intranet", >- authnotrequired => 1, >+ authnotrequired => 0, > flagsrequired => {parameters => 1}, > debug => 1, > }); >-- >1.6.3.3 >
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 6653
:
4790
|
4791
| 4792 |
4834