SonjaTuro
Verification Redirect not triggering
I have created a panel with
->emailVerification()
activated. I then created a user that is not verified and attempted to access the panel. Rather than being redirected to the verification page, I get a standard 404 Forbidden
response. This is response is being generated by canAccessPanel
on the User model. If I set the result here to true
I can get into the Panel. What might be preventing the Email Verification from kicking in?4 replies
Editing a Relationship
I have a form that contains a related record for which I want to submit data at the same time. For this I have set up:
I need to perform a mutation to add extra data when saving, but I can't find a way to do this on the relationship. Does anyone have any suggested on how I can achieve this?
2 replies