#11026 message update only for token enable

This commit is contained in:
Jonathan 2023-09-01 11:44:12 +02:00
parent 7dcb38f382
commit 4129833a38
2 changed files with 14 additions and 11 deletions

View File

@ -2373,6 +2373,7 @@ class ConsoleSupervisor
include_once $config['homedir'].'/include/functions_update_manager.php';
$login = get_parameter('login', false);
if ($config['autoupdate'] === true || $_GET['sec2'] === 'godmode/update_manager/update_manager') {
if (update_manager_verify_registration() === false) {
$this->notify(
[
@ -2386,6 +2387,7 @@ class ConsoleSupervisor
$this->cleanNotifications('NOTIF.UPDATEMANAGER.REGISTRATION');
}
}
}
/**

View File

@ -4928,6 +4928,7 @@ div#dialog_messages table th:last-child {
margin-top: 55px;
border-radius: 5px;
max-height: 530px;
position: fixed;
}
#notification-wrapper::before {