Koha::Patron::Password::Recovery - Koha password recovery module
use Koha::Patron::Password::Recovery;
$alread = ValidateBorrowernumber( $borrower_number );
Check if the system already start recovery
Returns true false
Check if the link is still valid and return some info.
It creates an email using the templates and sends it to the user, using the specified email
$bool = CompletePasswordRecovery($uuid); Deletes a password recovery entry.
$bool = DeleteExpiredPasswordRecovery($borrowernumber) Deletes an expired password recovery entry.