X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/2974447a09f906718f8f2485d62a32c2cbdb56b5..28d69bb85e934088a56e6e8458cd08d3794e1f8b:/SL/Auth.pm diff --git a/SL/Auth.pm b/SL/Auth.pm index 1577eb862..bd4fcd90a 100644 --- a/SL/Auth.pm +++ b/SL/Auth.pm @@ -47,6 +47,7 @@ sub reset { $self->{RIGHTS} = { }; $self->{unique_counter} = 0; $self->{column_information} = SL::Auth::ColumnInformation->new(auth => $self); + $self->{authenticator}->reset; } sub get_user_dbh {