Oblomki
Oblomki
FFilament
Created by Oblomki on 12/6/2023 in #❓┊help
Filament intercepting regular user registration flow?
Yup, please ignore the above - it seems to work ok now.
7 replies
FFilament
Created by Oblomki on 12/6/2023 in #❓┊help
Filament intercepting regular user registration flow?
hmmm... just testing this again, i seemed to go through registration ok this time...
7 replies
FFilament
Created by Oblomki on 12/6/2023 in #❓┊help
Filament intercepting regular user registration flow?
i haven't added ->verifiesEmail() to the panel because i don't want filament to have anything to do with the user registration flow. and users will not access any filament panels.
7 replies
FFilament
Created by Oblomki on 12/6/2023 in #❓┊help
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