$errors * @var array $passwordHints * @var int $passwordMinLength */ use MintyPHP\Buffer; use MintyPHP\Session; Buffer::set('title', t('Reset password')); $errorNoticeId = !empty($errors) ? 'auth-reset-error-notice' : ''; $passwordHintId = 'auth-reset-password-hints'; $authHelpContext = [ 'show_back_to_login' => true, 'show_support' => true, ]; $authLogoHref = lurl('login'); ?>