-
Notifications
You must be signed in to change notification settings - Fork 0
Profile Edition and Removal
The User Profile makes use of the SCIM library, which in turn consumes the login service in order to safely modify the attributes. There is a navigation bar on top of the page with a few options.
In order to edit you attributes click on the Profile Management tab on the navigation bar. This will redirect to a list of attributes that may be modified. It looks like the image below. [SCREENSHOT] The values on the left are the attribute names and on the right of the table, the values of the attributes that can be modified. Once the update is done you must press the submit button to apply the changes.
The User profile also provides the way of deleting the user credentials from the Login Service. To do that just click the tab on top that says 'Delete Profile' and it will redirect to the confirmation page. This page looks like this [Screenshot] When pressed the button, a mail will be sent to the user according to the mail registered while creating that user that will contain a link that will confirm the action.
⏭️ Next step: API Keys and License Management