Hi,
I'm working with keycloak 1.6.1, and I'm following the ref guide to
customize users attributs, but I found that there is a lot of incorrecte
information
for example to customize users attributs you should:
1. Create a new theme within the *themes/admin/mytheme* directory in your
distribution. Where mytheme is whatever you want to name your theme. (but
the path doesn't existe, I think the correct path is
*themes\keycloak\admin* )
2. ....(is correcte)
3. Copy the file
*themes/admin/base/resources/partials/user-attribute-entry.html* into
....(the path is not correct, but in *themes\base\admin\resources\partials*
I find that doesn't contains user-attribute-entry.html)
Thanks in advance .