From 6bf6def058bc0fa7db6b49263be2b27cdcc66a0a Mon Sep 17 00:00:00 2001 From: Charlie Moore <moore.c@wustl.edu> Date: Tue, 31 May 2016 09:56:52 -0500 Subject: [PATCH] XNAT-4300: Moved security settings to Security tab --- .../xnat/spawner/site-admin-elements.yaml | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) mode change 100644 => 100755 src/main/resources/META-INF/xnat/spawner/site-admin-elements.yaml diff --git a/src/main/resources/META-INF/xnat/spawner/site-admin-elements.yaml b/src/main/resources/META-INF/xnat/spawner/site-admin-elements.yaml old mode 100644 new mode 100755 index 3bdd2557..0093403a --- a/src/main/resources/META-INF/xnat/spawner/site-admin-elements.yaml +++ b/src/main/resources/META-INF/xnat/spawner/site-admin-elements.yaml @@ -263,6 +263,18 @@ generalSecuritySettings: name: requireLogin label: Require User Login description: "If checked, then only registered users will be able to access your site. If false, anyone visiting your site will automatically be logged in as 'guest' with access to public data." + restrictUserListAccessToAdmins: + kind: panel.input.checkbox + id: restrictUserListAccessToAdmins + name: restrictUserListAccessToAdmins + label: "Restrict user list access to site administrators?" + description: "Should this site restrict access to the list of system users to site administrators only? If turned on, the site is more secure, but this restricts project owners from being able to administer users in their projects directly." + uiAllowNonAdminProjectCreation: + kind: panel.input.checkbox + id: uiAllowNonAdminProjectCreation + name: UI.allow-non-admin-project-creation + label: "Allow non-administrators to create projects?" + description: "Should this site allow non-administrator users to create new projects? If turned on, the site is more secure, but this can make it more difficult for regular users to create new projects for their research efforts." userLoginsSessionControls: kind: panel.form @@ -878,18 +890,6 @@ registrationOptions: id: uiAllowNewUserComments name: UI.allow-new-user-comments label: "Allow User Comments on Registration?" - restrictUserListAccessToAdmins: - kind: panel.input.checkbox - id: restrictUserListAccessToAdmins - name: restrictUserListAccessToAdmins - label: "Restrict user list access to site administrators?" - description: "Should this site restrict access to the list of system users to site administrators only? If turned on, the site is more secure, but this restricts project owners from being able to administer users in their projects directly." - uiAllowNonAdminProjectCreation: - kind: panel.input.checkbox - id: uiAllowNonAdminProjectCreation - name: UI.allow-non-admin-project-creation - label: "Allow non-administrators to create projects?" - description: "Should this site allow non-administrator users to create new projects? If turned on, the site is more secure, but this can make it more difficult for regular users to create new projects for their research efforts." manageDataTypes: kind: panel.form -- GitLab