cancel
Showing results for 
Search instead for 
Did you mean: 

Disable Create user button

fuad_gafarov
Champ in-the-making
Champ in-the-making
How can I hide create and delete user button?
1 REPLY 1

fuad_gafarov
Champ in-the-making
Champ in-the-making
Solve this task.

On <ALFRESCO_DIR>/tomcat/webapps/share/WEB-INF/classes/alfresco/site-webscripts/org/alfresco/components/console/users.get.head.ftl

make comment on this part of code

         <div class="deleteuser-button">
               <span class="yui-button yui-push-button" id="${el}-deleteuser-button">
                  <span class="first-child"><button>${msg("button.deleteuser")}</button></span>
               </span>
            </div>