Tutorial: Changing the profile page to display firstname lastname, instead of username
You might want to change the profile page of your users on your Developer Portal to
display their firstname
and lastname
rather than their
username
.
Before you begin
You must have a Developer Portal enabled, and you must have administrator access to complete this tutorial.About this tutorial
In this tutorial, you change the profile page of your users to display their
firstname
and lastname
rather than their
username
. The change to the profile page is done by using the custom module
change account display
that is already available in IBM APIC
Portal - addons. However, for more information, see Custom module development: creating a module skeleton.
This tutorial takes you through the following steps:
Cloning and packaging the change account display
module
- Clone the custom module. Here is an example command if you are using Mac and
Linux:
git clone https://github.com/ibm-apiconnect/devportal-addons
- Package up the custom module.
cd devportal-addons/apic_v10/modules tar -czf change_account_display.tar.gz change_account_display/
Installing and enabling the change account display
module
- Log in to your Developer Portal as an administrator.
- Click .
- Click + Add new module.
- From the
Upload a module or theme archive
section, click Browse file. - Navigate to and select the packaged custom module that you created earlier. For example,
change_account_display.tgz
, then click Open. - Click Continue.
- Click the Enable newly added modules link.
- In the filter box, enter Change Account Display.
- Select the Change Account Display checkbox.
- Click Enable.
The module is now installed and enabled.
Test the profile page change
What you did in this tutorial
You used a custom module to change the profile page display for the users of your Developer Portal.