...
Config path | Default value | Description | |
---|---|---|---|
Setting 1 | $features.editProfile | true | Wether user can edit its profil or not by clicking on its name (in the main menu) |
...
Config path | Default value | Description | |
---|---|---|---|
Avatar setting | $profile.avatar.userCanEdit | true | Wether a user can modify its avatar or not |
...
Config path | Default value | Description | ||
---|---|---|---|---|
Avatar setting | $profile.avatar.displayNameFields | [ “name” ] | As | Password setting |
Disabling password changes :
Config path | Default value | Description | |
---|---|---|---|
Password setting | $profile.canEditPassword | true | Wether user can change its password or not |
...
Config path | Default value | Description | Redirect setting|
---|---|---|---|
$profile.redirectAfterPasswordReset | “landing” | Change where the user should be redirected after password change. You must use a known path (like |
...
Config path | Default value | Description | Form setting|
---|---|---|---|
$profile.editableFields | [ “firstname”, “lastname”, { “field”: “email”, “type”: “email”, “readonly”: false }, “bolang” ] | To change the displayed fields. Available fields are :
If you pass a string, the field will be of type text and editable by default. If you pass an object you can configure the type of the field and its Note that the To remove a field from the display you’ll have to remove it from the configuration. To change the order of the fields, move their position inside the aray. |
...