From e070f974f53d78b572b5d3d1087cc7d810d82e35 Mon Sep 17 00:00:00 2001
From: Blou If you don\'t have a password yet, stop by the circulation desk the next time you\'re in the library. We\'ll happily set one up for you. If you don\'t have a library card, stop by your local library to sign up. If you don't have a password yet, stop by the circulation desk the next time you're in the library. We'll happily set one up for you. If you don't have a library card, stop by your local library to sign up. Welcome to Koha, please bring your passport to the front office
- and save
5) refresh the OPAC, try login again with invalid credentials. The new message should appear.
---
C4/Auth.pm | 1 +
installer/data/mysql/sysprefs.sql | 3 ++-
installer/data/mysql/updatedatabase.pl | 8 ++++++++
.../prog/en/modules/admin/preferences/opac.pref | 5 +++++
koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tt | 10 ++++++++--
5 files changed, 24 insertions(+), 3 deletions(-)
diff --git a/C4/Auth.pm b/C4/Auth.pm
index 1e17e59..ca386c6 100644
--- a/C4/Auth.pm
+++ b/C4/Auth.pm
@@ -1020,6 +1020,7 @@ sub checkauth {
PatronSelfRegistrationDefaultCategory => C4::Context->preference("PatronSelfRegistrationDefaultCategory"),
persona => C4::Context->preference("Persona"),
opac_css_override => $ENV{'OPAC_CSS_OVERRIDE'},
+ NoLoginInstructions => C4::Context->preference("NoLoginInstructions"),
);
$template->param( OpacPublic => C4::Context->preference("OpacPublic"));
diff --git a/installer/data/mysql/sysprefs.sql b/installer/data/mysql/sysprefs.sql
index 4b0f364..fb6b57f 100644
--- a/installer/data/mysql/sysprefs.sql
+++ b/installer/data/mysql/sysprefs.sql
@@ -418,5 +418,6 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
('XSLTResultsDisplay','default','','Enable XSL stylesheet control over results page display on intranet','Free'),
('yuipath','local','local|http://yui.yahooapis.com/2.5.1/build','Insert the path to YUI libraries, choose local if you use koha offline','Choice'),
('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'),
-('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo')
+('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo'),
+('NoLoginInstructions', 'Don\'t have a password yet?
Don\'t have a library card?
Don't have a password yet?
Don't have a library card?
If you don't have a password yet, stop by the circulation desk the next time you're in the library. We'll happily set one up for you.
-If you don't have a library card, stop by your local library to sign up[% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %] or register here[% END %].
+[% IF NoLoginInstructions %] [% NoLoginInstructions %] +[% ELSE %] +If you don't have a password yet, stop by the circulation desk the next time you're in the library. We'll happily set one up for you.
+