mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
fixes #2315 adjust password page for first login
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user