micedre/keycloak-mail-whitelisting

Allow whitelisting of whole email address not just the domain

crnakad opened this issue · 5 comments

I would like to whitelist a specific email address, so that the user with this email can register and set the password all by him/herself.

Hi, did you try putting the complete mail adress in configuration ? It should work fine.

when I enter the full email address i'm getting invalid email address during registration.
Adding a domain name only works

image
image

Hi, thanks for the report, the new 1.4 version should handle this correctly :

https://s01.oss.sonatype.org/service/local/repositories/releases/content/net/micedre/keycloak/keycloak-mail-whitelisting/1.4/keycloak-mail-whitelisting-1.4.jar

(the release should be in maven central soon)

sorry for the late reply, this works!
thank you