Desired scenario: When a user is using Google as their auth provider and attempts to reset their password via the new universal login page we’d like to send them an email with something like “Please try logging in via Google…”. Currently they receive nothing which leads to them reaching out to our support team.
Is there any way to catch this scenario using rules, hooks or actions?
Thanks for the response @dan.woda! I have added a feature request.
Re: user enumeration attack concern: The alert/message wouldn’t change on the client side. The hook/trigger would run the background. In this case it there shouldn’t be any concern for a user enumeration attack, right?
Oh yes, I thought you were going to push the Please try logging in via Google… warning to the login page. I see now you want to email that to your user. Makes more sense