Person name editable¶
By default, a person cannot change his name after a value is provided either through regular signup or an API call. This topic guide covers the necessary steps and conditions to allow a person to change their name.
Enabling first and last name update on dashboard¶
Needed prerequisites:
- Onegini IdP instance must to be running, for the sake of this guide we assume it's available under http://idp-core.dev.onegini.me address
- Onegini IdP must have the
Name editable on dashboard
toggled under theAttributes on dashboard
section inConfiguration->Attributes
tab - The logged in user needs to have an IAL level not greater then 1
If those conditions are met, then on the dashboard, next to the name, there should be a visible link that allows to change it.
Enabling first and last name update during invitation¶
Needed prerequisites:
- Onegini IdP instance must to be running, for the sake of this guide we assume it's available under http://idp-core.dev.onegini.me address
- Onegini IdP must have the
Name editable on dashboard
toggled under theAttributes on Invitation
section inConfiguration->Attributes
tab - The logged in user need to have an IAL level not greater then 1
If those conditions are met, then the invitation signup page will allow the user to change their first name and last name.