Formularfelder und Session-Keys für Logins umbenannt
[kivitendo-erp.git] / SL / Dispatcher.pm
index 8301e56..747da04 100644 (file)
@@ -214,6 +214,8 @@ sub handle_request {
         action       => $action,
       );
 
+      delete @{ $::form }{ grep { m/^\{AUTH\}/ } keys %{ $::form } };
+
       if ($action) {
         $::instance_conf->init if $auth_level eq 'user';