Skip to content

Commit d4be2a6

Browse files
authored
[5.x] Always allow the captive page and captive.validate task even with PW reset requested (joomla#46247)
1 parent fe62365 commit d4be2a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libraries/src/Application/AdministratorApplication.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,8 @@ protected function doExecute()
193193
['option' => 'com_users', 'task' => 'user.edit'],
194194
['option' => 'com_users', 'task' => 'user.save'],
195195
['option' => 'com_users', 'task' => 'user.apply'],
196-
['option' => 'com_users', 'view' => 'captivate'],
196+
['option' => 'com_users', 'view' => 'captive'],
197+
['option' => 'com_users', 'task' => 'captive.validate'],
197198
['option' => 'com_login', 'task' => 'logout'],
198199
['option' => 'com_users', 'view' => 'methods'],
199200
['option' => 'com_users', 'view' => 'method'],

0 commit comments

Comments
 (0)