Oblomki
Filament intercepting regular user registration flow?
I have an existing (and until now working) user model that implements MustVerifyEmail. So users must click on the verification link sent by Breeze auth after registration. The problem now (after I have begun to implement FilamentUser in the User model) is that the verification email link seems to pass through Filament, which the user does not (and should not) have access to, so the user gets a 403 forbidden error in the middle of the verification flow.
7 replies