Remove topic on user attributes in Account Console
Closes #22555 Signed-off-by: AndyMunro <amunro@redhat.com>
This commit is contained in:
parent
9e4fc3f491
commit
2853136bbb
1 changed files with 1 additions and 30 deletions
|
@ -2,7 +2,7 @@
|
||||||
[[_custom_user_attributes]]
|
[[_custom_user_attributes]]
|
||||||
== Custom user attributes
|
== Custom user attributes
|
||||||
|
|
||||||
You can add custom user attributes to the registration page and account management console with a custom theme.
|
You can add custom user attributes to the registration page with a custom theme.
|
||||||
|
|
||||||
=== Registration page
|
=== Registration page
|
||||||
|
|
||||||
|
@ -33,35 +33,6 @@ For example, to add a mobile number to the registration page, add the following
|
||||||
|
|
||||||
. 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
|
|
||||||
|
|
||||||
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:
|
|
||||||
+
|
|
||||||
[source,html]
|
|
||||||
----
|
|
||||||
<div class="form-group">
|
|
||||||
<div class="col-sm-2 col-md-2">
|
|
||||||
<label for="user.attributes.mobile" class="control-label">Mobile number</label>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="col-sm-10 col-md-10">
|
|
||||||
<input type="text" class="form-control" id="user.attributes.mobile" name="user.attributes.mobile" value="${(account.attributes.mobile!'')}"/>
|
|
||||||
</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.
|
|
||||||
|
|
||||||
[role="_additional-resources"]
|
[role="_additional-resources"]
|
||||||
=== Additional resources
|
=== Additional resources
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue