Developer tab is not displayed in System Settings for admin userIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms A user who possesses the admin role cannot see the Developer tab in the System Settings popup Release All supported releases Cause When the High Security plugin is enabled in the instance, users can make certain user roles elevated by checking the Elevated Privilege checkbox in the sys_user_role record form. This option sets the roles to session-specific privileges. Resolution Uncheck the Elevated Privilege checkbox in the admin sys_user_role record to resolve the issue. Make sure that the High Security plugin is enabled.Navigate to the sys_user_role table.Search for and select the admin record or navigate to the following link:https://<instance-name>.service-now.com/nav_to.do?uri=sys_user_role.do?sys_id=2831a114c611228501d4ea6c309d626dUncheck the Elevated Privilege checkbox.Save the record.Flush the cache and log in to the instance again after making this change. Additional Information Refer to the Elevated privilege roles product documentation which states: The use of elevated privilege on the admin role is not supported and may cause unexpected behavior.