bibb-theme/templates/myresearch/recover.phtml
2026-02-24 07:35:06 +01:00

10 lines
348 B
PHTML
Executable File

<h2><?=$this->transEsc('recovery_title') ?></h2>
<?=$this->flashmessages()?>
<? if (!$this->auth()->getManager()->supportsRecovery()): ?>
<div class="error"><?=$this->transEsc('recovery_disabled') ?></div>
<? else: ?>
<form class="form-password-recovery" method="post">
<?=$this->auth()->getPasswordRecoveryForm() ?>
</form>
<? endif; ?>