Bugzilla – Attachment 7380 Details for
Bug 6631
Unrestricted creation of lists by anonymous users
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 6631: Anonymous users can create lists in OPAC
Bug-6631-Anonymous-users-can-create-lists-in-OPAC.patch (text/plain), 1017 bytes, created by
Jared Camins-Esakov
on 2012-01-29 14:31:57 UTC
(
hide
)
Description:
Bug 6631: Anonymous users can create lists in OPAC
Filename:
MIME Type:
Creator:
Jared Camins-Esakov
Created:
2012-01-29 14:31:57 UTC
Size:
1017 bytes
patch
obsolete
>From ed37276867365de9f9ad5dccabd9bdb1eb5a37a3 Mon Sep 17 00:00:00 2001 >From: Aleksa Vujicic <aleksa@catalyst.net.nz> >Date: Tue, 24 Jan 2012 14:09:34 +1300 >Subject: [PATCH] Bug 6631: Anonymous users can create lists in OPAC >Content-Type: text/plain; charset="UTF-8" > >Made opac-addbybiblionumber.pl page require authentication. > >Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> >--- > opac/opac-addbybiblionumber.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/opac/opac-addbybiblionumber.pl b/opac/opac-addbybiblionumber.pl >index fd3124b..610b22e 100755 >--- a/opac/opac-addbybiblionumber.pl >+++ b/opac/opac-addbybiblionumber.pl >@@ -59,7 +59,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( > template_name => "opac-addbybiblionumber.tmpl", > query => $query, > type => "opac", >- authnotrequired =>( C4::Context->preference("OpacPublic") ? 1 : 0 ), >+ authnotrequired => 0, > } > ); > >-- >1.7.2.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 6631
:
7307
| 7380