## Summary - allow `/register?force=1` to bypass the hidden-auth redirect and render the registration page - preserve the `force=1` query on form submit so hidden signup still works end-to-end - enforce hidden-signup blocking in the Fortify user creation path and cover the forced/unforced flows with tests |
||
|---|---|---|
| .. | ||
| AuthenticationTest.php | ||
| EmailVerificationTest.php | ||
| PasswordConfirmationTest.php | ||
| PasswordResetTest.php | ||
| RegistrationTest.php | ||
| TwoFactorChallengeTest.php | ||
| VerificationNotificationTest.php | ||