-
Notifications
You must be signed in to change notification settings - Fork 279
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
Issue on Register Form when using userProfile #45
Comments
Hi @paulwer did you found a solution? i'm getting this problem when using the Dockerfile provided by Keycloak. |
sadly no. I also have it deployed with docker. Does it work, without the use of docker? |
For some reason it seems to be the Dockerfile provided by Keycloak for production, I don't know what steps exactly tho |
any suggestions/ideas @lukin ? |
+1 We are having the same issue with the registration form. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
I found the reason! This file does not exists, so it defaults back to the base-theme for the components. An apropeate file for register-user-profile.ftl, which supports the file should be added. https://github.com/keycloak/keycloak/blob/main/themes/src/main/resources/theme/base/login/register-user-profile.ftl |
Thank you so much for the analysis @paulwer 👍🏻 I am now trying to adapt the ftl files you mentioned with the keywind components. For me it would take pretty long to adjust the ftl files, since I am not really familiar with Freemarker. |
I would gladly sit back and review the PR, if thats ok 😇 Thanks for your initiative :) |
@SimonScholz If you need any help, put the PR public as draft and I can may assist <3 |
@SimonScholz I've just pr a part of necessary updated (terms & conditions), which would likly be part of your pr, you can even take it from the pr and include it in your own, so mine can gets closed. If you dont mind, I may also take a look at the PR needed for this. |
@SimonScholz I've started working on this topic, because we wanna use it in prod within the next 2 weeks. I hope this does not bother you <3 |
Hi @paulwer, any news on this topic? |
Is there any update on this? |
Keywind is missing register-user-profile.ftl, so it will fallback to base-theme.
Orginal Post:
Within my deployment the register form is not displayed correctly:
The browser-console shows no class-names for the children.
Can someone reproduce this? I was also not able to fix this by looking into the files.
Every other site works just fine.
File:
browser-html:
The text was updated successfully, but these errors were encountered: