mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
- LostController has three endpoints - door opener email() still rejects - resetform(), reachable from mail, checks the token first and may report that password reset is disabled - setPassword() got its check removed as it is behind CSFR anyway and still requires a valid token - this allows special cases like activating a freshly created guest account Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> |
||
|---|---|---|
| .. | ||
| AppPasswordController.php | ||
| AutoCompleteController.php | ||
| AvatarController.php | ||
| ClientFlowLoginController.php | ||
| ClientFlowLoginV2Controller.php | ||
| CollaborationResourcesController.php | ||
| ContactsMenuController.php | ||
| CSRFTokenController.php | ||
| CssController.php | ||
| GuestAvatarController.php | ||
| JsController.php | ||
| LoginController.php | ||
| LostController.php | ||
| NavigationController.php | ||
| OCJSController.php | ||
| OCSController.php | ||
| PreviewController.php | ||
| RecommendedAppsController.php | ||
| SearchController.php | ||
| SetupController.php | ||
| SvgController.php | ||
| TwoFactorChallengeController.php | ||
| UnifiedSearchController.php | ||
| UserController.php | ||
| WalledGardenController.php | ||
| WebAuthnController.php | ||
| WellKnownController.php | ||
| WhatsNewController.php | ||
| WipeController.php | ||