App-user & app-manager

Hi guys, we use KanBoard in our organistation, a university and our connexions are from our LDAP.
The Version 1.2.16 indicates that all the new LDAP users are by default a manager-app vs user-app in the precedent version.
Is that means that all the new users of Kanboard from our LDAP will be automaticly manager-users? that means a new User will have the right to create a public projects?
Thank you for your responses.
We really need this for our activities. for all users.

in config.defualt.php the default role is applied:
define('LDAP_USER_DEFAULT_ROLE_MANAGER', false);

and it appears to be false

Thank you for this response, we use a customize ‘config.php’.
Do you suggest we add this line
define(‘LDAP_USER_DEFAULT_ROLE_MANAGER’, false); in our ‘config.php’ ?
And all new user of Kanboard of our community will be a manager by default?
Thank you

I am saying, it is the default.

If you want all users to be a Manager “BY DEFAULT” then you need to add that line to your config.php, and change it to “TRUE”

define(‘LDAP_USER_DEFAULT_ROLE_MANAGER’, true);

got it
thanks for your answer