Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The user registration form also known as the sign up form is primarily used to gather information of users who are using a given service or product. The information required by business entities will differ based on their strategies. WSO2 ES facilitates the option for the administrator to customize the registration form to suite the entities business requirements.

Info

The ES is built on top of WSO2 Carbon. The user registration form is populated by claims which is configured are mapped through WSO2 Carbon.

By default the ES user registration form includes include the following fields shown below.:

Image RemovedImage Added

Follow the instructions below to customize the user registration form:

  1. Login to the Carbon management console using admin:admin as the username:password.

    URL formathttps://<ES_HOST>:<ES_HTTPS_PORT>/carbon
    Description

    By default, <ES_HOST> is localhost. However, if you are using a public IP, the respective IP address or domain needs to be specified.
    By default, <ES_HTTPS_PORT> has been set to 9443. However, if the port offset has been incremented by n, the default port value needs to be incremented by n.

    Examplehttps://localhost:9443/carbon
  2. Click Configure. By default you are directed to the configure section. 
  3. Click Claim Management.

  4. Click http://wso2.org/claims under AVAILABLE CLAIM DIALECTS.

    Info

    In WSO2 ES the http://wso2.org/claims is used to configure the registration form and it is the default dialect being used by WSO2 Carbon.

  5. Working with claims: 

    1. Add Adding a new claim:
      1. Click Add New Claim Mapping to add a new claim that is does not already addedexist.
      2. Update Fill in the required fields of the NEW CLAIM DETAILS form.
      3. Click Add to add the new claim.
    2. Add or remove Editing a claim from the registration form:
      1. Click Click Edit next , corresponding to the on a preferred claim you wish to add or removeedit.
      2. Edit the required fields of the UPDATE CLAIM DETAILS form.
      3. Check the Required check box to  to get the respective field on the registration form.
        Uncheck the Required check box to remove the respective field from the registration form.
        Example:
        Currently The the filed named country is not on the ES registration form. Therefore , by checking the required checkbox Required it will be included in on the registration form.
      4. Click Update to save the changes made.
  6. Once the above steps have been followed navigate to the ES store front or back office (publisher) registeration registration page . Refresh and refresh the page and the changes made will be visible.to view the customized registration form.
    Image Added