$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'; ?>