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

--- Comment #25 from M. Tompsett <[email protected]> ---
Comment on attachment 24586
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=24586
Bug 8753 - Add forgot password link to OPAC

Review of attachment 24586:
 --> 
(http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=8753&attachment=24586)
-----------------------------------------------------------------

::: opac/opac-password-recovery.pl
@@ +102,5 @@
> +            email                   => HTML::Entities::encode($email),
> +        );
> +    }
> +    else {
> +        #generate uuid and send recovery email

Bug 11575 has:
    ($in->{'query'}->https() ? "https://"; : "http://";)
$query->https() may be what you need. Some way of passing that to
SendPasswordRecoveryEmail, so you don't hardcode http or https.

-- 
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/

Reply via email to