Table of Contents |
---|
Design
...
Default Behaviour(s) :
...
How it works
By clicking on their user name and avatar in the main DAM Menu, users can update their profile, and more precisely the following information :
...
Their first name,
...
Their last name,
...
Their profile image,
...
Their email
...
Their interface language
...
Their password
Role is displayed as readonly
Advanced Configuration
Disabling the user profile
Disabling the user profile has for effect to deactivate the link in the menu (under user name and user avatar).
Config path | Default value | Description |
---|---|---|
$features.editProfile | true | Wether user can edit its profil or not by clicking on its name (in the main menu) |
...
Modifying user profile
User profile behaviour and display is set in the file profile.json
via json files under the folder profile
at the root of the configuration folder.
...
Disabling avatar modification
...
Edit the property avatar.userCanEdit
of the file profile.json
with false
.
Config path | Default value | Description |
---|---|---|
$profile.avatar.userCanEdit | true | Wether a user can modify its avatar or not |
...
Modifying avatar’s subtitle
...
Config path | Default value | Description |
---|---|---|
$profile.avatar.displayNameFields | [ “name” ] | As |
...
Disabling password changes
...
Config path | Default value | Description |
---|---|---|
$profile.canEditPassword | true | Wether user can change its password or not |
...
Redirection after password change
...
Config path | Default value | Description |
---|---|---|
$profile.redirectAfterPasswordReset | “landing” | Change where the user should be redirected after password change. You must use a known path (like |
...
Handle form fields
...
You can decide which fields are shown an their order. For most of them you can configure if they are readonly or editable.
...