From cc6618901bc927558dc159ac0dbec1159231c5f1 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 27 Oct 2017 16:16:11 -0700 Subject: Remove feature "Allow everybody to access to this project" --- doc/en_US/api-me-procedures.markdown | 2 -- doc/en_US/api-project-procedures.markdown | 5 ----- doc/en_US/project-permissions.markdown | 3 --- 3 files changed, 10 deletions(-) (limited to 'doc/en_US') 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. -- cgit v1.2.3