Admin-Passwort nur überprüfen, wenn tatsächlich eine Action vorhanden ist
authorMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 29 Dec 2010 12:00:15 +0000 (13:00 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 29 Dec 2010 12:00:15 +0000 (13:00 +0100)
Ansonsten schlägt die 5s-Strafe auch schon zu, wenn man die
Admin-Login-Maske aufruft.

bin/mozilla/admin.pl

index 3a5e810..c5c97cd 100755 (executable)
@@ -86,11 +86,6 @@ sub run {
       }
       call_sub($locale->findsub($form->{action}));
     }
-  } elsif ($auth->authenticate_root($form->{rpw}, 0) == $auth->OK()) {
-
-    $auth->create_or_refresh_session() if ($auth->session_tables_present());
-
-    login();
   } else {
     # if there are no drivers bail out
     $form->error($locale->text('No Database Drivers available!'))