diff --git a/docs/documentation/server_development/topics.adoc b/docs/documentation/server_development/topics.adoc index e802fc26e8..f97b0f6d94 100644 --- a/docs/documentation/server_development/topics.adoc +++ b/docs/documentation/server_development/topics.adoc @@ -4,7 +4,6 @@ include::topics/themes.adoc[] include::topics/themes-selector.adoc[] include::topics/themes-resources.adoc[] include::topics/locale-selector.adoc[] -include::topics/custom-attributes.adoc[] include::topics/identity-brokering.adoc[] include::topics/identity-brokering/tokens.adoc[] include::topics/identity-brokering/account-linking.adoc[] diff --git a/docs/documentation/server_development/topics/custom-attributes.adoc b/docs/documentation/server_development/topics/custom-attributes.adoc deleted file mode 100644 index 5f90d9cd9b..0000000000 --- a/docs/documentation/server_development/topics/custom-attributes.adoc +++ /dev/null @@ -1,39 +0,0 @@ - -[[_custom_user_attributes]] -== Custom user attributes - -You can add custom user attributes to the registration page with a custom theme. - -=== Registration page - -Use this procedure to enter custom attributes in the registration page. - -.Procedure - -. Copy the template `themes/base/login/register.ftl` to the login type of your custom theme. - -. Open the copy in an editor. -+ -For example, to add a mobile number to the registration page, add the following snippet to the form: -+ -[source,html] ----- -