Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 847 Bytes

custo-user-profile.rst

File metadata and controls

27 lines (15 loc) · 847 Bytes

Restricting Change Password

If you want to remove the ability for a user to change their password in the User Profile section of the user interface, then set the following attribute in the <c:client> section to false:

<c:showUserProfile>false</c:showUserProfile>

Restricting User Profile Usage

If you want to manage user information (email, etc) outside the user interface, then you can restrict the user profile to read only.

<c:editUserProfile>false</c:editUserProfile> 

To hide completely the User Profile section of the user interface, set the following attribute to false:

<c:showUserProfile>false</c:showUserProfile>