nextcloud/tests/Core/Controller
nfebe d2cd591963 fix(core): Throttle lost-password reset form when link is disabled
When password reset links were disabled, the reset form did not rate-limit
failed token attempts, leaving that endpoint open to unthrottled token
guessing. Failed attempts on the form are now always throttled, consistent
with the other reset steps.

Signed-off-by: nfebe <fenn25.fn@gmail.com>
2026-07-07 16:56:45 +00:00
..
AppPasswordControllerTest.php chore: add missing Override attribute to test files 2026-04-28 21:29:28 +02:00
AutoCompleteControllerTest.php chore: add missing Override attribute to test files 2026-04-28 21:29:28 +02:00
AvatarControllerTest.php chore: add missing Override attribute to test files 2026-04-28 21:29:28 +02:00
ChangePasswordControllerTest.php chore: add missing Override attribute to test files 2026-04-28 21:29:28 +02:00
ClientFlowLoginControllerTest.php chore: add missing Override attribute to test files 2026-04-28 21:29:28 +02:00
ClientFlowLoginV2ControllerTest.php chore: add missing Override attribute to test files 2026-04-28 21:29:28 +02:00
ContactsMenuControllerTest.php chore: add missing Override attribute to test files 2026-04-28 21:29:28 +02:00
CSRFTokenControllerTest.php chore: add missing Override attribute to test files 2026-04-28 21:29:28 +02:00
CssControllerTest.php chore: add missing Override attribute to test files 2026-04-28 21:29:28 +02:00
GuestAvatarControllerTest.php chore: add missing Override attribute to test files 2026-04-28 21:29:28 +02:00
JsControllerTest.php chore: add missing Override attribute to test files 2026-04-28 21:29:28 +02:00
LoginControllerTest.php chore: add missing Override attribute to test files 2026-04-28 21:29:28 +02:00
LostControllerTest.php fix(core): Throttle lost-password reset form when link is disabled 2026-07-07 16:56:45 +00:00
NavigationControllerTest.php chore: add missing Override attribute to test files 2026-04-28 21:29:28 +02:00
OCSControllerTest.php chore: add missing Override attribute to test files 2026-04-28 21:29:28 +02:00
OpenMetricsControllerTest.php chore: add missing Override attribute to test files 2026-04-28 21:29:28 +02:00
PreviewControllerTest.php chore: add missing Override attribute to test files 2026-04-28 21:29:28 +02:00
TwoFactorChallengeControllerTest.php chore: add missing Override attribute to test files 2026-04-28 21:29:28 +02:00
UserControllerTest.php chore: add missing Override attribute to test files 2026-04-28 21:29:28 +02:00
WellKnownControllerTest.php chore: add missing Override attribute to test files 2026-04-28 21:29:28 +02:00
WipeControllerTest.php chore: add missing Override attribute to test files 2026-04-28 21:29:28 +02:00