Skip to content
Snippets Groups Projects
Commit 6bf6def0 authored by Charlie Moore's avatar Charlie Moore
Browse files

XNAT-4300: Moved security settings to Security tab

parent 720c1731
No related branches found
No related tags found
No related merge requests found
...@@ -263,6 +263,18 @@ generalSecuritySettings: ...@@ -263,6 +263,18 @@ generalSecuritySettings:
name: requireLogin name: requireLogin
label: Require User Login 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." 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: userLoginsSessionControls:
kind: panel.form kind: panel.form
...@@ -878,18 +890,6 @@ registrationOptions: ...@@ -878,18 +890,6 @@ registrationOptions:
id: uiAllowNewUserComments id: uiAllowNewUserComments
name: UI.allow-new-user-comments name: UI.allow-new-user-comments
label: "Allow User Comments on Registration?" 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: manageDataTypes:
kind: panel.form kind: panel.form
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment