Hei all,
i changed the User storage to database.
I added some users and sent them an email with the activation link. After they clicked the link, i got the following error.
BadMethodCallException Call to undefined method App\Models\User::password()
So is there any migration i missed or something else? Only executed the migration as described here https://statamic.dev/knowledge-base/storing-users-in-a-database for existing Laravel apps.
Thanks