Clarify custom user attributes in registration form and account management console

This commit is contained in:
Rémi Even 2018-12-04 12:51:17 +01:00 committed by Stian Thorgersen
parent cfb31ee85b
commit 2f263a2500

View file

@ -24,6 +24,8 @@ As an example to add a mobile number to the registration page add the following
</div>
----
Ensure the name of the input html element starts with `user.attributes.`. In the example above, the attribute will be stored by Keycloak with the name `mobile`.
To see the changes make sure your realm is using your custom theme for the login theme and open the registration page.
=== Account Management Console
@ -46,4 +48,6 @@ As an example to add a mobile number to the account page add the following snipp
</div>
----
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.