coolify/app/Actions/Fortify
rosslh 8ae1e8e29f feat(auth): gate first-user registration with setup token
Require a setup_token query parameter to access the registration page
when no users exist, preventing admin hijacking on new instances.
2026-04-06 14:03:55 -04:00
..
CreateNewUser.php feat(auth): gate first-user registration with setup token 2026-04-06 14:03:55 -04:00
ResetUserPassword.php fix(models): replace forceFill/forceCreate with fill/create and add fillable guards 2026-03-31 13:45:31 +02:00
UpdateUserPassword.php fix(models): replace forceFill/forceCreate with fill/create and add fillable guards 2026-03-31 13:45:31 +02:00
UpdateUserProfileInformation.php fix(models): replace forceFill/forceCreate with fill/create and add fillable guards 2026-03-31 13:45:31 +02:00