coolify/app/Actions/Fortify
Heyang Gong 058ec42699 fix(auth): enforce global oauth_only and return validation errors instead of exceptions
- Add global instanceSettings()->oauth_only check in FortifyServiceProvider
- ResetUserPassword: Use ValidationException instead of Exception, add global check
- UpdateUserPassword: Use ValidationException instead of Exception, add global check
2026-03-10 08:42:36 +08:00
..
CreateNewUser.php fix(user): ensure email attributes are stored in lowercase for consistency and prevent case-related issues 2025-09-05 17:44:34 +02:00
ResetUserPassword.php fix(auth): enforce global oauth_only and return validation errors instead of exceptions 2026-03-10 08:42:36 +08:00
UpdateUserPassword.php fix(auth): enforce global oauth_only and return validation errors instead of exceptions 2026-03-10 08:42:36 +08:00
UpdateUserProfileInformation.php Fix styling 2024-06-10 20:43:34 +00:00