From fc7e66d984a7d113c940121a990606361d263332 Mon Sep 17 00:00:00 2001 From: Sophie Meynieux Date: Fri, 31 Jan 2014 12:22:05 +0100 Subject: [PATCH] Bug 11647: require that user log into OPAC to request email subscription notifications Signed-off-by: Chris Cormack Signed-off-by: remy juliette Signed-off-by: Aurelie Fichot Signed-off-by: Katrin Fischer Passes QA script and tests. Instead of hiding the feature completely, now a message tells the user to login to subscribe to the email notifications. Signed-off-by: Galen Charlton (cherry picked from commit 6310c992bf23d164f013ead7c0b2182226279454) Signed-off-by: Fridolin Somers --- opac/opac-alert-subscribe.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opac/opac-alert-subscribe.pl b/opac/opac-alert-subscribe.pl index 7a95750dba..be357bdc1b 100755 --- a/opac/opac-alert-subscribe.pl +++ b/opac/opac-alert-subscribe.pl @@ -46,7 +46,7 @@ my $biblionumber = $query->param('biblionumber'); template_name => "opac-alert-subscribe.tmpl", query => $query, type => "opac", - authnotrequired => ( C4::Context->preference("OpacPublic") ? 1 : 0 ), + authnotrequired => 0, #( C4::Context->preference("OpacPublic") ? 1 : 0 ), debug => 1, } ); -- 2.39.5