Hide the Personal Info menu
Users can click the user icon in the masthead and select their name in the menu to open the Personal Info dialog and change their password, change their email address, and upload a picture.
The fields for changing the password are hidden by default for users logged in via single sign-on. In addition, the complete dialog is hidden if the user is an anonymous user or a user of the default stereotype Visitor.
You can hide the dialog for all users, for example if single sign-on is based on the email adress and you would like to avoid that users change the email address:
- In the Presentation tab, expand the XML Objects > Administration nodes.
- Double-click PlatformConfiguration. The XML object editor opens.
- In the XML object, set the ShowPersonalInfoMenu XML attribute to false.
- <AlfaPlatformConfiguration
- ShowPersonalInfoMenu = "false"
- />
- In the toolbar, click the Save
button.