Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the user admin first name, last name and email in the starter input for SMTP conf #30

Closed
jgrodziski opened this issue Sep 8, 2021 · 0 comments

Comments

@jgrodziski
Copy link
Owner

For the SMTP configuration to work in Keycloak the admin account in the "master" realm must have the email, first name and last name filled. The starter doesn't take into account such data for the moment
image
Add a :user-admin key in the :realm entry of the starter input data structure with the following shape:

:user-admin {:username "admin" :firstname "John" :lastname "Doe" :email "admin@example.com"}
jgrodziski added a commit that referenced this issue Sep 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant