Skip to content

Commit

Permalink
Allow for MFA setup in admin
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackwar authored Nov 25, 2024
1 parent 8325aff commit a56e1c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libraries/src/Application/AdministratorApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@ protected function doExecute()
['option' => 'com_users', 'task' => 'user.apply'],
['option' => 'com_users', 'view' => 'captivate'],
['option' => 'com_login', 'task' => 'logout'],
['option' => 'com_users', 'view' => 'methods'],
['option' => 'com_users', 'view' => 'method'],
['option' => 'com_users', 'task' => 'method.add'],
['option' => 'com_users', 'task' => 'method.save'],
]);

// Dispatch the application
Expand Down

0 comments on commit a56e1c6

Please sign in to comment.