X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/988c990e9b9eafb67b8ec55a14cee7739dbf1fa4..72887d24e8b32a10d0641389c62050440a764a14:/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 {