email verification with UUID on user model
Please help me fix this
It seems that making the id of the user model into a uuid, produces problems on the email verification
can someone help me?
the email was being sent to the mail but when i click the link
the user's "email_verified_at" wasn't touched, and loaded back to the login page
5 Replies
Up
Up
Did you also adjust the sessions table to expect a uuid for the relationship on the user model?
i think i don't have a sessions table on my db
im using the built in email verification
Laravel has a built in sessions table too.
my fault, i have breezy session table
i've changed it but nothing happens