Bug 24663: [19.11.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)
committerAleisha Amohia <aleishaamohia@hotmail.com>
Tue, 25 Aug 2020 03:45:55 +0000 (15:45 +1200)
commit6b6f60056ab08a9df44c4db39922d7a91d8b8acf
treeecaf5c1577c2e56e0a2009a0f6a55227d7d67b4e
parentad45228921b078cd976c1a9cebb959999db013f1
Bug 24663: [19.11.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: Aleisha Amohia <aleishaamohia@hotmail.com>
Signed-off-by: Aleisha Amohia <aleishaamohia@hotmail.com>
C4/Auth.pm