User self-registration form
During user self-registration, IDM displays user attributes on the user registration form, as defined in the selfservice-registration.json
file. You can modify the displayed properties in the registrationProperties
code block:
"registrationProperties" : [
"userName",
"givenName",
"sn",
"mail"
],
To add user attributes to the user self-registration form using the admin UI:
-
From the navigation bar, click Configure > User Registration.
-
On the User Registration page, select the Registration Form tab.
-
Below the list of attributes, click the drop-down list, select an attribute, and click Add.
This action also adds the attribute to the registrationProperties
code block.
The user self-registration form displays attributes in the listed order.
You can also set up user self-registration via configuration files, as described in the following table:
File Name | Description |
---|---|
|
To enable email verification, you must configure an outgoing email server. |
|
You can customize user self-registration based on entries in this file. To change the labels seen by end users, change the associated |
|
For more information, see Custom policies for self-registration and password reset. |
|
See Security questions. |
|
|
|