This topic is locked
[SOLVED]

Sign in with Google, does it support login page events?

10/25/2021 10:01:23 AM
PHPRunner General questions
U
ustunsoz author

Ones sign in with google used. the user account creating automaticaly, but the login field remains empty.

I need to populate the login name (at least same as email field), however there is no registration events for sign in with google, what is the suggestion to populate login field at succesful login?

admin 10/25/2021

Registration page events will not be called since this is not a registration. But you can use AfterSuccessfulLogin event which will be executed every time someone logs in via Google.