Disable/Enable Public Boards Creation

Table of Contents

Public Boards can be viewed by every user in KanBo as well as added to his Personal KanBo Home. View access doesn't depend on having any permission to the Board. In the Public Boards, users can join a Board by their own decision and action (if the Joining Mode is enabled).

You can now disable possibility to create public boards in KanBo configuration.

1. Go to your KanBo's web.config and open it in any text editor.

2. In the <appsettings> section, change:

    <add key="KanBoAllowPublicBoards" value="true" />

to:

    <add key="KanBoAllowPublicBoards" value="false" />

Was this article helpful?

Please, contact us if you have any additional questions.