]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Dispatcher/AuthHandler/Admin.pm
VERSION auf 3.2.1 aktualisiert
[mfinanz.git] / SL / Dispatcher / AuthHandler / Admin.pm
index ebb4a4d3f9ec469fc1dd31df9cb5c9464bec7f83..9ef6ef388995f88b95361c05039983d4f9940232 100644 (file)
@@ -8,7 +8,7 @@ use SL::Layout::Dispatcher;
 sub handle {
   my ($self, %params) = @_;
 
-  %::myconfig = ();
+  %::myconfig = User->get_default_myconfig;
 
   my $ok =  $::auth->is_api_token_cookie_valid;
   $ok  ||=  $::form->{'{AUTH}admin_password'} && ($::auth->authenticate_root($::form->{'{AUTH}admin_password'})            == $::auth->OK());