http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8753
--- Comment #35 from M. Tompsett <[email protected]> --- Comment on attachment 24855 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=24855 Bug 8753 - Add forgot password link to OPAC Review of attachment 24855: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=8753&attachment=24855) ----------------------------------------------------------------- ::: C4/Auth.pm @@ +1068,5 @@ > PatronSelfRegistrationDefaultCategory => > C4::Context->preference("PatronSelfRegistrationDefaultCategory"), > persona => C4::Context->preference("Persona"), > opac_css_override => $ENV{'OPAC_CSS_OVERRIDE'}, > + OpacResetPassword => C4::Context->preference("OpacResetPassword"), > + OpacPasswordChange => C4::Context->preference("OpacPasswordChange"), They're back. :( ::: opac/opac-main.pl @@ +58,4 @@ > koha_news_count => $koha_news_count, > display_daily_quote => C4::Context->preference('QuoteOfTheDay'), > daily_quote => $quote, > + OpacResetPassword => C4::Context->preference('OpacResetPassword'), Oops. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
