[keycloak-user] login error email in keycloak
abhishek raghav
abhi.raghav007 at gmail.com
Mon May 28 06:25:07 EDT 2018
Yes, to get the email on unsuccessful login, you need to select the
*email *event listener under
*Events --> Config --> Event Listeners. *
Also you can configure to listen for some events and exclude the one you
dont want emails.
Right now it supports only 4 types of events.
Add this in your standalone.xml file under list of SPIs and just restart
your keycloak server -
<spi name="eventsListener">
<provider name="email" enabled="true">
<properties>
<property name="exclude-events"
value="["UPDATE_TOTP","REMOVE_TOTP"]"/>
</properties>
</provider>
</spi>
*- Best Regards*
Abhishek Raghav
On Mon, May 28, 2018 at 2:26 PM, Laurent LATOUR <
laurent.latour at arjo-solutions.com> wrote:
> Hi,
>
>
>
> Using keycloak v2.5.5, when a user enters an invalid password on login
> (using rest api), an email is sent to him saying
>
> “A failed login attempt was detected to your account on <date> from <ip
> address>. If this was not you, please contact an admin.”
>
> After upgrading to keycloak v3.4.3, this email isn’t sent anymore.
>
> So my question is: is it possible to configure this email sending on login
> error somewhere ?
>
>
> Thanks.
>
> Laurent
>
> _______________________________________________
> keycloak-user mailing list
> keycloak-user at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-user
>
More information about the keycloak-user
mailing list