Revision 1c354001
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
bin/mozilla/admin.pl | ||
---|---|---|
86 | 86 |
} |
87 | 87 |
call_sub($locale->findsub($form->{action})); |
88 | 88 |
} |
89 |
} elsif ($auth->authenticate_root($form->{rpw}, 0) == $auth->OK()) { |
|
90 |
|
|
91 |
$auth->create_or_refresh_session() if ($auth->session_tables_present()); |
|
92 |
|
|
93 |
login(); |
|
94 | 89 |
} else { |
95 | 90 |
# if there are no drivers bail out |
96 | 91 |
$form->error($locale->text('No Database Drivers available!')) |
Auch abrufbar als: Unified diff
Admin-Passwort nur überprüfen, wenn tatsächlich eine Action vorhanden ist
Ansonsten schlägt die 5s-Strafe auch schon zu, wenn man die
Admin-Login-Maske aufruft.