(cp e985ba518) fixes #2315 adjust password page for first login

This commit is contained in:
Linty
2025-01-27 15:11:12 +01:00
parent 3f907356c3
commit 8c055fb42e
4 changed files with 8 additions and 3 deletions
+1
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';