Clarify custom user attributes in registration form and account management console
This commit is contained in:
parent
cfb31ee85b
commit
2f263a2500
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,8 @@ As an example to add a mobile number to the registration page add the following
|
||||||
</div>
|
</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.
|
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
|
=== Account Management Console
|
||||||
|
@ -46,4 +48,6 @@ As an example to add a mobile number to the account page add the following snipp
|
||||||
</div>
|
</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.
|
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.
|
||||||
|
|
Loading…
Reference in a new issue