cancel
Showing results for 
Search instead for 
Did you mean: 

Hide Change Password-button from users?

gronfelt
Champ in-the-making
Champ in-the-making
I'd like to prevent my users from doing certain things and I believe the easiest way would be to simply hide the controls in the UI.

For starters, I'd like to hide the Change Password-button in the User Profile page.  However, I'm not sure where to find the file used to render this page. Which file is it?

Is there a Wiki page or similar describing how the files making up the Share webapp are organized, on a more general level?
3 REPLIES 3

mikeh
Star Contributor
Star Contributor
For starters, I'd like to hide the Change Password-button in the User Profile page.  However, I'm not sure where to find the file used to render this page. Which file is it?
You need to change userprofiletoolbar.get.html.ftl in order to remove the "Change Password" link. You may also want to edit change-password.get.html.ftl (e.g. comment out all the code) in case your users still have links to the actual page.

Is there a Wiki page or similar describing how the files making up the Share webapp are organized, on a more general level?
Not really, although you can take a look at http://wiki.alfresco.com/wiki/Custom_Document_Library_Action which will provide a few pointers.

Thanks,
Mike

togum
Champ in-the-making
Champ in-the-making
I also want to hide the change password link in the Alfresco web client, but I did not find userprofiletoolbar.get.html.ftl in alfresco folder.
I just found it in share folder.

Can you explain where its location?
And How to hide it?

sanketgosavi
Champ in-the-making
Champ in-the-making
Just remove the line of Change Password-item type from share-config.xml