cancel
Showing results for 
Search instead for 
Did you mean: 

want to remove delete user button from Admin Account

samir_alf
Champ in-the-making
Champ in-the-making
hello everyone,
i'm new in alfresco.
can anybody tell me how to remove delete user button from alfresco share admin user profile. ?
means admin account should not deleted through share like alfresco.
thank you in advance.
1 REPLY 1

santoshbaradwaj
Champ in-the-making
Champ in-the-making
For just restricting form UI you can directly comment delete user button code directly in  users.get.html.ftl file

                 <!– Delete User button –>
                  <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>