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)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 3 Sep 2020 08:40:35 +0000 (10:40 +0200)
commit5efc27ea53b0bb8e75a8bb876f064edfdade1b5b
tree297237661004a48b26e4e604a332ab23d3e474d2
parent8f40973f0f24fa6ac8c87cabc0754d8cd13dc40e
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: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Auth.pm