Bug 24663: Handle special cases for recovery password and selfreg
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 17 Feb 2020 15:44:37 +0000 (16:44 +0100)
committerLucas Gass <lucas@bywatersolutions.com>
Mon, 31 Aug 2020 20:04:19 +0000 (20:04 +0000)
commitf55f53c76501631126dc234dad3afb26acec4197
treef121b1f8b330d7e761c910cfb0f8193fcbf1816e
parentb5fecc10fdfa08b30f8572014a3da8c770fbbbd3
Bug 24663: Handle special cases for recovery password and selfreg

The password recovery and self-registration features need to be
accessible at the OPAC even if not public.

Test plan:
Self register a new account, then ask for a new password with OpacPublic
turned off

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomás Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
(cherry picked from commit 5df7a3b6b589e692bec13a8f09258f2c26bfaa2c)
C4/Auth.pm