이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 4. Custom user attributes
You can add custom user attributes to the registration page and account management console with a custom theme.
4.1. 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:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow -
Ensure the name of the input html element starts with
user.attributes
. In the example above, the attribute will be stored by Red Hat Single Sign-On with the namemobile
. - To see the changes, make sure your realm is using your custom theme for the login theme and open the registration page.
4.2. Account Management Console 링크 복사링크가 클립보드에 복사되었습니다!
Use this procedure to manage custom attributes in the user profile page in the account management console.
Procedure
-
Copy the template
themes/base/account/account.ftl
to the account type of your custom theme. Open the copy in an editor.
As an example to add a mobile number to the account page add the following snippet to the form:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow -
Ensure the name of the input html element starts with
user.attributes
. - To see the changes, make sure your realm is using your custom theme for the account theme and open the user profile page in the account management console.