Bug 24663: [19.05.x] 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)
committerVictor Grousset/tuxayo <victor@tuxayo.net>
Mon, 24 Aug 2020 16:04:51 +0000 (18:04 +0200)
commit498d84ad9f29e438e50998a2e0e5ac32186fbd8e
treeb000ea4f84ab24c90cf8fdeb623039c462fd354a
parenta2cf4365f1a97a34c2e3154f977541c08f816835
Bug 24663: [19.05.x] 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: Victor Grousset/tuxayo <victor@tuxayo.net>
C4/Auth.pm