// Set up page title:
$this->headTitle($this->translate('Create New Password'));
// Set up breadcrumbs:
$this->layout()->breadcrumbs = '
endif; ?>
=$this->transEsc('Create New Password') ?>
=$this->flashmessages() ?>
if (!$this->auth()->getManager()->supportsPasswordChange($this->auth_method)): ?>
=$this->transEsc('recovery_new_disabled') ?>
elseif (!isset($this->hash)): ?>
=$this->transEsc('recovery_user_not_found') ?>
else: ?>
endif; ?>
if ($this->auth()->isLoggedIn()): ?>
endif; ?>