- Issue created by @DamienMo
- Status changed to Needs work
4 months ago 3:52pm 4 September 2024 - Status changed to Needs review
4 months ago 4:05pm 4 September 2024
When using the email_registration and creating a new user, when the user opens the link to set his password the social_auth module crashes with:
Error : Call to a member function id() on null dans _social_auth_can_grant_permission() (ligne 110 ...
because the user does not exists yet. To fix this we just have to add an isset().
Needs review
4.0
Code