summaryrefslogtreecommitdiff
path: root/doc/en_US
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-10-27 16:16:11 -0700
committerFrederic Guillot <fred@kanboard.net>2017-10-27 16:16:11 -0700
commitcc6618901bc927558dc159ac0dbec1159231c5f1 (patch)
treef1c14931ab88c0056e538e6d62cd1fa667d94a0d /doc/en_US
parent0b9c3b0a5b61a61faf9061e040e072e4b198f6d2 (diff)
Remove feature "Allow everybody to access to this project"
Diffstat (limited to 'doc/en_US')
-rw-r--r--doc/en_US/api-me-procedures.markdown2
-rw-r--r--doc/en_US/api-project-procedures.markdown5
-rw-r--r--doc/en_US/project-permissions.markdown3
3 files changed, 0 insertions, 10 deletions
diff --git a/doc/en_US/api-me-procedures.markdown b/doc/en_US/api-me-procedures.markdown
index e90bee61..c2476904 100644
--- a/doc/en_US/api-me-procedures.markdown
+++ b/doc/en_US/api-me-procedures.markdown
@@ -78,7 +78,6 @@ Response example:
"last_modified": "1438205337",
"is_public": "0",
"is_private": "1",
- "is_everybody_allowed": "0",
"default_swimlane": "Default swimlane",
"show_default_swimlane": "1",
"description": null,
@@ -369,7 +368,6 @@ Response example:
"last_modified": "1436119570",
"is_public": "0",
"is_private": "0",
- "is_everybody_allowed": "0",
"default_swimlane": "Default swimlane",
"show_default_swimlane": "1",
"description": null,
diff --git a/doc/en_US/api-project-procedures.markdown b/doc/en_US/api-project-procedures.markdown
index 831c4b60..91793803 100644
--- a/doc/en_US/api-project-procedures.markdown
+++ b/doc/en_US/api-project-procedures.markdown
@@ -70,7 +70,6 @@ Response example:
"last_modified": "1436119135",
"is_public": "0",
"is_private": "0",
- "is_everybody_allowed": "0",
"default_swimlane": "Default swimlane",
"show_default_swimlane": "1",
"description": "test",
@@ -119,7 +118,6 @@ Response example:
"last_modified": "1436119135",
"is_public": "0",
"is_private": "0",
- "is_everybody_allowed": "0",
"default_swimlane": "Default swimlane",
"show_default_swimlane": "1",
"description": "test",
@@ -168,7 +166,6 @@ Response example:
"last_modified": "1436119135",
"is_public": "0",
"is_private": "0",
- "is_everybody_allowed": "0",
"default_swimlane": "Default swimlane",
"show_default_swimlane": "1",
"description": "test",
@@ -217,7 +214,6 @@ Response example:
"last_modified": "1436119135",
"is_public": "0",
"is_private": "0",
- "is_everybody_allowed": "0",
"default_swimlane": "Default swimlane",
"show_default_swimlane": "1",
"description": "test",
@@ -265,7 +261,6 @@ Response example:
"last_modified": "1436119570",
"is_public": "0",
"is_private": "0",
- "is_everybody_allowed": "0",
"default_swimlane": "Default swimlane",
"show_default_swimlane": "1",
"description": null,
diff --git a/doc/en_US/project-permissions.markdown b/doc/en_US/project-permissions.markdown
index 99e4caa2..05c81ef9 100644
--- a/doc/en_US/project-permissions.markdown
+++ b/doc/en_US/project-permissions.markdown
@@ -17,7 +17,4 @@ Role assignments are visible in **Project Settings > Permissions**:
![Project Permissions](screenshots/project-permissions.png)
-If you choose to allow everybody, all Kanboard users will be considered 'Project Member'.
-With this setting, role management will have no effect. Permission per user or per group cannot be applied.
-
Private projects cannot define permissions.