{"id":14896,"date":"2023-06-19T16:10:08","date_gmt":"2023-06-19T19:10:08","guid":{"rendered":"https:\/\/kb.elipse.com.br\/en\/?p=14896"},"modified":"2023-06-19T17:13:26","modified_gmt":"2023-06-19T20:13:26","slug":"limiting-access-to-user-administration-window","status":"publish","type":"post","link":"https:\/\/kb.elipse.com.br\/en\/limiting-access-to-user-administration-window\/","title":{"rendered":"Limiting access to User Administration window."},"content":{"rendered":"<h3><span style=\"text-decoration: underline;\">Introduction<\/span><\/h3>\n<p>Version 6.5 of <a href=\"https:\/\/www.elipse.com.br\/en\/produto\/elipse-e3\/\" target=\"_blank\" rel=\"noopener\">Elipse E3<\/a>\/<a href=\"https:\/\/www.elipse.com.br\/en\/produto\/elipse-power\/\" target=\"_blank\" rel=\"noopener\">Power<\/a> has changed significantly the way administrator users, that is, users whose <strong>&#8216;This user is an administrator&#8217;<\/strong> option has been checked on the <a href=\"https:\/\/kb.elipse.com.br\/en\/category\/english\/elipse-e3-en\/users\/\" target=\"_blank\" rel=\"noopener\">Users and Groups<\/a> window (User Administration), can access the application. Now, whenever this option is on, the user will be one of the application&#8217;s general administrator, with all available permissions enabled.<\/p>\n<figure id=\"attachment_14885\" style=\"width: 775px\"  class=\"wp-caption aligncenter\"><img loading=\"lazy\" class=\"wp-image-14885 size-full\" src=\"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2023\/06\/14857_Figura1_enu.png\" alt=\"\" width=\"775\" height=\"585\" srcset=\"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2023\/06\/14857_Figura1_enu.png 775w, https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2023\/06\/14857_Figura1_enu-300x226.png 300w, https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2023\/06\/14857_Figura1_enu-768x580.png 768w\" sizes=\"(max-width: 775px) 100vw, 775px\" \/><figcaption class=\"wp-caption-text\">Figure 1- &#8216;This user is an administrator&#8217; option<\/figcaption><\/figure>\n<p>&nbsp;<\/p>\n<h3><span style=\"text-decoration: underline;\">This version<\/span><\/h3>\n<p>In versions prior to 6.5, <strong>&#8216;This user is an administrator&#8217;<\/strong> option would only allow opening the Viewer&#8217;s administration window.<\/p>\n<p>With the changes brought by the new version, all users who are able to configure users and groups (<strong>&#8216;Configure user\/groups&#8217;<\/strong>) can also open the user administration window.<\/p>\n<p>Therefore, applications updated to version 6.5 or higher which feature administrator users can display the following behaviors:<\/p>\n<p>1. Users with no restrictions in <strong>&#8216;Configure user\/groups&#8217;<\/strong> will be able to open the user administration window.<\/p>\n<figure id=\"attachment_14886\" style=\"width: 775px\"  class=\"wp-caption aligncenter\"><img loading=\"lazy\" class=\"wp-image-14886 size-full\" src=\"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2023\/06\/14857_Figura2_enu.png\" alt=\"\" width=\"775\" height=\"585\" srcset=\"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2023\/06\/14857_Figura2_enu.png 775w, https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2023\/06\/14857_Figura2_enu-300x226.png 300w, https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2023\/06\/14857_Figura2_enu-768x580.png 768w\" sizes=\"(max-width: 775px) 100vw, 775px\" \/><figcaption class=\"wp-caption-text\">Figure 2 \u2013 Restricting the option &#8216;Configure users\/groups&#8217;<\/figcaption><\/figure>\n<p>In previous versions, users who didn&#8217;t check this option could not open the configuration window. However, this new version makes it possible. Therefore, we suggest creating a new user group to which all the users will belong. Then, to limit the access to this screen once again, you will only need to restrict the group as whole and not each user individually.<\/p>\n<p>The procedure described above can be done manually; one alternative to it would be using a script to create the group and add all users to it, as seen below:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">Sub CommandButton1_Click()\r\n'Para criar o grupo.\r\nApplication.GetObject(\"[?Server].Security.Groups\").CreateGroup \"Everyone\",0\r\n'Para percorrer a lista dos usu\u00e1rios e adicionar ao novo grupo.\r\nFor each usr in Application.GetObject(\"[?Server].Security.Users\")\r\nusr.AddToGroup \"Everyone\"\r\nNext\r\nEnd Sub<\/pre>\n<figure id=\"attachment_14887\" style=\"width: 775px\"  class=\"wp-caption aligncenter\"><img loading=\"lazy\" class=\"wp-image-14887 size-full\" src=\"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2023\/06\/14857_Figura3_enu.png\" alt=\"\" width=\"775\" height=\"585\" srcset=\"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2023\/06\/14857_Figura3_enu.png 775w, https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2023\/06\/14857_Figura3_enu-300x226.png 300w, https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2023\/06\/14857_Figura3_enu-768x580.png 768w\" sizes=\"(max-width: 775px) 100vw, 775px\" \/><figcaption class=\"wp-caption-text\">Figure 3 &#8211; Restricting the group &#8216;Everyone&#8217;<\/figcaption><\/figure>\n<p>&nbsp;<\/p>\n<p>2. Users who are checked as <strong>&#8216;This user is an administrator&#8217;<\/strong> but display any restriction to access will override these restrictions, because <strong>&#8216;This user is an administrator&#8217;<\/strong> is higher in rank than any limitations.<\/p>\n<figure id=\"attachment_14888\" style=\"width: 775px\"  class=\"wp-caption aligncenter\"><img loading=\"lazy\" class=\"wp-image-14888 size-full\" src=\"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2023\/06\/14857_Figura4_enu.png\" alt=\"\" width=\"775\" height=\"585\" srcset=\"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2023\/06\/14857_Figura4_enu.png 775w, https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2023\/06\/14857_Figura4_enu-300x226.png 300w, https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2023\/06\/14857_Figura4_enu-768x580.png 768w\" sizes=\"(max-width: 775px) 100vw, 775px\" \/><figcaption class=\"wp-caption-text\">Figure 4 &#8211; Administrator permission override all restrictions<\/figcaption><\/figure>\n<p style=\"text-align: center;\">\n","protected":false},"excerpt":{"rendered":"<p>Introduction Version 6.5 of Elipse E3\/Power has changed significantly the way administrator users, that is, users whose &#8216;This user is an administrator&#8217; option has been checked on the Users and&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0},"categories":[766],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Limiting access to User Administration window.<\/title>\n<meta name=\"description\" content=\"This article discusses changes made to the access to User Administration window in Elipse E3\/Power v. 6.5.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/kb.elipse.com.br\/en\/limiting-access-to-user-administration-window\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Limiting access to User Administration window.\" \/>\n<meta property=\"og:description\" content=\"This article discusses changes made to the access to User Administration window in Elipse E3\/Power v. 6.5.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kb.elipse.com.br\/en\/limiting-access-to-user-administration-window\/\" \/>\n<meta property=\"og:site_name\" content=\"Elipse Knowledgebase\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/www.facebook.com\/elipsesoftware\" \/>\n<meta property=\"article:published_time\" content=\"2023-06-19T19:10:08+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-06-19T20:13:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2023\/06\/14857_Figura1_enu.png\" \/>\n<meta name=\"author\" content=\"Elipse Software\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Elipse Software\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/limiting-access-to-user-administration-window\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/limiting-access-to-user-administration-window\/\"},\"author\":{\"name\":\"Elipse Software\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87\"},\"headline\":\"Limiting access to User Administration window.\",\"datePublished\":\"2023-06-19T19:10:08+00:00\",\"dateModified\":\"2023-06-19T20:13:26+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/limiting-access-to-user-administration-window\/\"},\"wordCount\":334,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#organization\"},\"articleSection\":[\"Users\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/kb.elipse.com.br\/en\/limiting-access-to-user-administration-window\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/limiting-access-to-user-administration-window\/\",\"url\":\"https:\/\/kb.elipse.com.br\/en\/limiting-access-to-user-administration-window\/\",\"name\":\"Limiting access to User Administration window.\",\"isPartOf\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#website\"},\"datePublished\":\"2023-06-19T19:10:08+00:00\",\"dateModified\":\"2023-06-19T20:13:26+00:00\",\"description\":\"This article discusses changes made to the access to User Administration window in Elipse E3\/Power v. 6.5.\",\"breadcrumb\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/limiting-access-to-user-administration-window\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/kb.elipse.com.br\/en\/limiting-access-to-user-administration-window\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/limiting-access-to-user-administration-window\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\/\/kb.elipse.com.br\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Limiting access to User Administration window.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/kb.elipse.com.br\/#website\",\"url\":\"https:\/\/kb.elipse.com.br\/\",\"name\":\"Elipse Knowledgebase\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/kb.elipse.com.br\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/kb.elipse.com.br\/#organization\",\"name\":\"Elipse Software\",\"url\":\"https:\/\/kb.elipse.com.br\/\",\"sameAs\":[\"http:\/\/www.facebook.com\/elipsesoftware\"],\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png\",\"contentUrl\":\"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png\",\"width\":161,\"height\":58,\"caption\":\"Elipse Software\"},\"image\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87\",\"name\":\"Elipse Software\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ff1f7ec38f4687b06f6851d97b3cd2d0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ff1f7ec38f4687b06f6851d97b3cd2d0?s=96&d=mm&r=g\",\"caption\":\"Elipse Software\"},\"url\":\"https:\/\/kb.elipse.com.br\/en\/author\/webmasterelipse-com-br\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Limiting access to User Administration window.","description":"This article discusses changes made to the access to User Administration window in Elipse E3\/Power v. 6.5.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/kb.elipse.com.br\/en\/limiting-access-to-user-administration-window\/","og_locale":"en_US","og_type":"article","og_title":"Limiting access to User Administration window.","og_description":"This article discusses changes made to the access to User Administration window in Elipse E3\/Power v. 6.5.","og_url":"https:\/\/kb.elipse.com.br\/en\/limiting-access-to-user-administration-window\/","og_site_name":"Elipse Knowledgebase","article_publisher":"http:\/\/www.facebook.com\/elipsesoftware","article_published_time":"2023-06-19T19:10:08+00:00","article_modified_time":"2023-06-19T20:13:26+00:00","og_image":[{"url":"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2023\/06\/14857_Figura1_enu.png"}],"author":"Elipse Software","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Elipse Software","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/kb.elipse.com.br\/en\/limiting-access-to-user-administration-window\/#article","isPartOf":{"@id":"https:\/\/kb.elipse.com.br\/en\/limiting-access-to-user-administration-window\/"},"author":{"name":"Elipse Software","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87"},"headline":"Limiting access to User Administration window.","datePublished":"2023-06-19T19:10:08+00:00","dateModified":"2023-06-19T20:13:26+00:00","mainEntityOfPage":{"@id":"https:\/\/kb.elipse.com.br\/en\/limiting-access-to-user-administration-window\/"},"wordCount":334,"commentCount":1,"publisher":{"@id":"https:\/\/kb.elipse.com.br\/#organization"},"articleSection":["Users"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/kb.elipse.com.br\/en\/limiting-access-to-user-administration-window\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/kb.elipse.com.br\/en\/limiting-access-to-user-administration-window\/","url":"https:\/\/kb.elipse.com.br\/en\/limiting-access-to-user-administration-window\/","name":"Limiting access to User Administration window.","isPartOf":{"@id":"https:\/\/kb.elipse.com.br\/#website"},"datePublished":"2023-06-19T19:10:08+00:00","dateModified":"2023-06-19T20:13:26+00:00","description":"This article discusses changes made to the access to User Administration window in Elipse E3\/Power v. 6.5.","breadcrumb":{"@id":"https:\/\/kb.elipse.com.br\/en\/limiting-access-to-user-administration-window\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kb.elipse.com.br\/en\/limiting-access-to-user-administration-window\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/kb.elipse.com.br\/en\/limiting-access-to-user-administration-window\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/kb.elipse.com.br\/en\/"},{"@type":"ListItem","position":2,"name":"Limiting access to User Administration window."}]},{"@type":"WebSite","@id":"https:\/\/kb.elipse.com.br\/#website","url":"https:\/\/kb.elipse.com.br\/","name":"Elipse Knowledgebase","description":"","publisher":{"@id":"https:\/\/kb.elipse.com.br\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/kb.elipse.com.br\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/kb.elipse.com.br\/#organization","name":"Elipse Software","url":"https:\/\/kb.elipse.com.br\/","sameAs":["http:\/\/www.facebook.com\/elipsesoftware"],"logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/","url":"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png","contentUrl":"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png","width":161,"height":58,"caption":"Elipse Software"},"image":{"@id":"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87","name":"Elipse Software","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ff1f7ec38f4687b06f6851d97b3cd2d0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ff1f7ec38f4687b06f6851d97b3cd2d0?s=96&d=mm&r=g","caption":"Elipse Software"},"url":"https:\/\/kb.elipse.com.br\/en\/author\/webmasterelipse-com-br\/"}]}},"_links":{"self":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/14896"}],"collection":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/comments?post=14896"}],"version-history":[{"count":5,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/14896\/revisions"}],"predecessor-version":[{"id":14905,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/14896\/revisions\/14905"}],"wp:attachment":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/media?parent=14896"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/categories?post=14896"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/tags?post=14896"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}