User invitation

Is there a way to invite a user as soon as its account is created?

The workflow is as follows:
Somebody who has right to do it in the Realm considered creates an account (with an email address) and an email is sent as soon as the creation is validated.
That is an invitation email that leads to a panel where only a double-password input panel is displayed.

Thank you,
Have a nice day and stay home,
db

1 Like

In Admin console, go to Users --> Just-Created-User --> Credentials --> Credentials Reset --> Reset Action = Update_password

I see plugins such as GitHub - RedFroggy/keycloak-registration-invitation: Register user with invitation which implement an invitation workflow, but this one seems to be not compatible with latest KC 19.x/quarkus

An alternative is available here GitHub - RedFroggy/keycloak-verify-email-by-code: Required action to verify email by code, but I am also unshure about the status of this code …

I cant find the realm configs as mentioned here by @makayabou
What is the status of the invitation workflow for the latest KC 19? Is there some way to do this directly?

Were you able to figure this out?