[Koha-bugs] [Bug 8753] Add forgot password link to OPAC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 28 22:33:44 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8753

--- Comment #35 from M. Tompsett <mtompset at hotmail.com> ---
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.


More information about the Koha-bugs mailing list