Revision a1ea659f
Von Sven Schöling vor mehr als 9 Jahren hinzugefügt
SL/Controller/LoginScreen.pm | ||
---|---|---|
67 | 67 |
# Auth DB needs update? If so log the user out forcefully. |
68 | 68 |
if (User::LOGIN_AUTH_DBUPDATE_AVAILABLE() == $result) { |
69 | 69 |
$::auth->destroy_session; |
70 |
return $self->render('login_screen/auth_db_needs_update'); |
|
70 |
# must be without layout because menu rights might not exist yet |
|
71 |
return $self->render('login_screen/auth_db_needs_update', { layout => 0 }); |
|
71 | 72 |
} |
72 | 73 |
|
73 | 74 |
# Basic client tables available? If not tell the user to create them |
Auch abrufbar als: Unified diff
Rechte: In die Datenbank verlagert