Bug 15585 - Move C4::Passwordrecovery to the new namespace Koha::Patron::Password...
commitdb0ecc3cc5dbde028db8b083dbe5d75740552445
authorcharles <charles.farmer@inlibro.com>
Wed, 27 Jan 2016 20:17:32 +0000 (27 15:17 -0500)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Tue, 22 Mar 2016 23:08:21 +0000 (22 23:08 +0000)
treeafcb35ca3160793c44c25fd506e1c5b2292adeda
parent515e2d7c9d2b5afe3f7c0618596f1d9e5e699315
Bug 15585 - Move C4::Passwordrecovery to the new namespace Koha::Patron::Password::Reset

As promised, here is the long-awaited sequel to #8753.

What has changed :

    - The Koha::Patron::Password::Reset is now used in place of C4::Passwordrecovery
    - That ugly shift-grep contraption is no more (goodbye old friend)
    - The generated unique key won't end in a dot anymore

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
Koha/Patron/Password/Recovery.pm [moved from C4/Passwordrecovery.pm with 91% similarity]
opac/opac-password-recovery.pl
t/db_dependent/Passwordrecovery.t