Hello,I tried to create my own theme by the description in Keycloak Reference Guide 1.6.1. There are incorrect path (at several places) in chapter 31. - Custom User Attributes, e.g.:
- Create a new theme within the
themes/admin/mytheme
directory in your distribution. Wheremytheme
is whatever you want to name your theme.should be:
- Create a new theme within the
themes/mytheme/
admin/ directory in your distribution. Wheremytheme
is whatever you want to name your theme.or
- Copy the file
themes/admin/base/resources/partials/user-attribute-entry.html
into the a mirror directory ...should be:
- Copy the file
themes/base/admin/resources/partials/user-attribute-entry.html
into the a mirror directoryAnyway, the file
themes/base/admin/resources/partials/user-attribute-entry.html
is not presented in the distribution, I found only
themes/base/admin/resources/partials/user-attributes.html
There are several places in chapter 31 where incorrect paths are given as an example.Best regards,Bystrik
_______________________________________________
keycloak-user mailing list
keycloak-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/keycloak-user