fixes #2315 adjust password page for first login

This commit is contained in:
Linty
2025-01-27 15:08:50 +01:00
parent 8f75afd625
commit e985ba5183
4 changed files with 8 additions and 3 deletions

View File

@@ -286,6 +286,7 @@ if ('lost' == $page['action'])
else if ('reset' == $page['action'] and isset($first_login) and $first_login)
{
$title = l10n('Welcome');
$template->assign('is_first_login', true);
}
$page['body_id'] = 'thePasswordPage';