Revision 63b5c301
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
SL/Controller/LoginScreen.pm | ||
---|---|---|
155 | 155 |
my %states = ( |
156 | 156 |
session => { warning => t8('The session has expired. Please log in again.') }, |
157 | 157 |
password => { error => t8('Incorrect username or password or no access to selected client!') }, |
158 |
action => { warning => t8('The action is missing or invalid.') }, |
|
158 | 159 |
); |
159 | 160 |
|
160 | 161 |
return %{ $states{$_[0]} || {} }; |
Auch abrufbar als: Unified diff
Dispatcher: Requests auf controller.pl ohne action auf Loginseite redirecten
Ist hilfreich, wenn man aus der Browserhistory einen Link wie
http://…/kivitendo/controller.pl aufruft. Bisher wurde nur eine böse
Fehlerseite angezeigt.