diff --git a/docbook/auth-server-docs/reference/en/en-US/modules/custom-attributes.xml b/docbook/auth-server-docs/reference/en/en-US/modules/custom-attributes.xml index 7aefdb676d..49d58ad945 100755 --- a/docbook/auth-server-docs/reference/en/en-US/modules/custom-attributes.xml +++ b/docbook/auth-server-docs/reference/en/en-US/modules/custom-attributes.xml @@ -8,7 +8,7 @@ - Create a new theme within the themes/admin/mytheme directory in your distribution. + Create a new theme within the themes/mytheme/admin directory in your distribution. Where mytheme is whatever you want to name your theme. @@ -19,15 +19,15 @@ import=common/keycloak ]]> - Copy the file themes/admin/base/resources/partials/user-attribute-entry.html into the - a mirror directory in your theme: themes/admin/mytheme/resources/partials/user-attribute-entry.html. + Copy the file themes/base/admin/resources/partials/user-attributes.html into the + a mirror directory in your theme: themes/mytheme/admin/resources/partials/user-attributes.html. What you are doing here is overriding the user attribute entry page in the admin console and putting in what attributes you want. This file already contains an example of entering address data. You can remove this if you want and replace it with something else. Also, if you want to edit this file directly instead of creating a new theme, you can. - In the user-attribute-entry.html file add your custom user attribute entry form item. For example + In the user-attributes.html file add your custom user attribute entry form item. For example
@@ -52,7 +52,7 @@ import=common/keycloak - Create a new theme within the themes/login/mytheme directory in your distribution. + Create a new theme within the themes/mytheme/login directory in your distribution. Where mytheme is whatever you want to name your theme. @@ -63,8 +63,8 @@ import=common/keycloak styles= ../patternfly/lib/patternfly/css/patternfly.css ../patternfly/css/login.css ../patternfly/lib/zocial/zocial.css css/login.css]]> - Copy the file themes/login/base/register.ftl into the - a mirror directory in your theme: themes/login/mytheme/register.ftl. + Copy the file themes/base/login/register.ftl into the + a mirror directory in your theme: themes/mytheme/login/register.ftl. What you are doing here is overriding the registration page and adding what attributes you want. This file already contains an example of entering address data. You can remove this if you want and replace it with something else. Also, if you want to edit this file directly instead @@ -101,7 +101,7 @@ styles= ../patternfly/lib/patternfly/css/patternfly.css ../patternfly/css/login. - Create a new theme within the themes/account/mytheme directory in your distribution. + Create a new theme within the themes/mytheme/account directory in your distribution. Where mytheme is whatever you want to name your theme. @@ -113,8 +113,8 @@ import=common/keycloak styles= ../patternfly/lib/patternfly/css/patternfly.css ../patternfly/css/account.css css/account.css]]> - Copy the file themes/account/base/account.ftl into the - a mirror directory in your theme: themes/account/mytheme/account.ftl. + Copy the file themes/base/account/account.ftl into the + a mirror directory in your theme: themes/mytheme/account/account.ftl. What you are doing here is overriding the profile page and adding what attributes you want to manage. This file already contains an example of entering address data. You can remove this if you want and replace it with something else. Also, if you want to edit this file directly instead