Bug 23253: Fix OpacNavRight for self reg by email
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 5 Aug 2019 14:04:25 +0000 (09:04 -0500)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 15 Aug 2019 08:19:28 +0000 (09:19 +0100)
commitf9572dd1acd9f39229d8cd864050a536b9c2815d
tree97766b447b979235ef5b02ec02e7f9db404872fc
parentee7ba48bfe9d3f43bbc1bb88f62bf12854e5a838
Bug 23253: Fix OpacNavRight for self reg by email

The code expects to display OpacNavRight content at the bottom of the
login form when a user just registered.

Test plan:
- Turn PatronSelfRegistrationVerifyByEmail on
- Register a patron
- Confirm by clicking on the link you received by email (or see the
message_queue table)
=> The OpacNavRight content should be displayed

QA Note: This code smells, the code in the pl should not be needed.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/Auth.pm
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-confirmation.tt
opac/opac-registration-verify.pl