]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/admin.pl
Keine Passwörter mehr in Sessions speichern.
[mfinanz.git] / bin / mozilla / admin.pl
index 6f3d70904a93130bcf786b971acb6ec16b19f67d..23fe978fe8d8c4eddedcf5668b6be2b9984165bd 100755 (executable)
@@ -91,8 +91,6 @@ sub run {
   $locale = $::locale;
   $auth   = $::auth;
 
-  $::auth->store_root_credentials_in_session($form->{rpw}) if $session_result == SL::Auth->SESSION_OK;
-
   $form->{stylesheet} = "lx-office-erp.css";
   $form->{favicon}    = "favicon.ico";
 
@@ -103,7 +101,6 @@ sub run {
       adminlogin();
     } else {
       if ($auth->session_tables_present()) {
-        $::auth->store_root_credentials_in_session($::form->{rpw});
         delete $::form->{rpw};
         _apply_dbupgrade_scripts();
       }