-
Notifications
You must be signed in to change notification settings - Fork 7.9k
fix: changing the bootstrapping suggestion to the command #35616
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
Conversation
closes: keycloak#35526 Signed-off-by: Steve Hawkins <[email protected]>
| } | ||
| } | ||
|
|
||
| protected String getAdminCreationMessage() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this actually get used anywhere? Perhaps we can get rid of this code. Or let's at least log an issue to clean this up in v27.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The adminUserCreationMessage property doesn't seem to be used, you're right. I don't think we need to wait to 27 before removing it. But we can do it as a follow-up.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, we can't remove as custom themes might be using it. So we need to wait to 27...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should I capture this as a follow up issue then?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, then let's log a task to remove it in the next major
jonkoops
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…5616) closes: keycloak#35526 Signed-off-by: Steve Hawkins <[email protected]> (cherry picked from commit 4c7dea5)
…35666) closes: #35526 Signed-off-by: Steve Hawkins <[email protected]> (cherry picked from commit 4c7dea5)
…5616) (keycloak#35666) closes: keycloak#35526 Signed-off-by: Steve Hawkins <[email protected]> (cherry picked from commit 4c7dea5) Signed-off-by: Erik Jan de Wit <[email protected]>
closes: #35526
cc @jonkoops @vmuzikar the admin message from the welcome resource doesn't seem to be used by us, but I'm not sure if it could be used by something custom and therefore needs to stay for now.