hello,
i wanted to know where is the configuration file which permits to modify the access level of the users ?
i'm looking for modifying it to assign new values for the users.
Thanks.
Configuration File for access level
Moderators: Developer, Contributor
Re: Configuration File for access level
it's strange because for example in my version of mantis, we only have 4 different access level for the users, not 6 like in the default version of mantis.
when i said i wanted to know where was the configuration file, it was to create and delete some type of users (handler, admin,...) and also to modify the value
given to each type of user. in the table mantis_user_table, there is a column named "access_level" and for each row of this column, there's only an integer to
describe the access level of each user. So where does the concordance between this number and the type of user takes place ? which file says "25 --> handler, 90 --> admin..." ?
when i said i wanted to know where was the configuration file, it was to create and delete some type of users (handler, admin,...) and also to modify the value
given to each type of user. in the table mantis_user_table, there is a column named "access_level" and for each row of this column, there's only an integer to
describe the access level of each user. So where does the concordance between this number and the type of user takes place ? which file says "25 --> handler, 90 --> admin..." ?
Re: Configuration File for access level
i found what i was looking for in config_defaults_inc.php, with the "MantisBT Enum Strings" part of the file
Thanks atrol
Thanks atrol
Re: Configuration File for access level
You should never ever change config_defaults_inc.php as you might get problems when upgrading to a newer version of MantisBT.
Use config_inc.php to override the default settings.
Use config_inc.php to override the default settings.
Re: Configuration File for access level
Yes i know but i just installed mantis 1.2.15 and excpet the informations concerning the database, my config_inc.php is nearly empty.
But i don't want to modify config_defaults_inc.php
, i wanted to see the correspondance between the values and the names of the access levels for the
users. So don't worry i won't touch to the files i will only interact with the web interface
But i don't want to modify config_defaults_inc.php
users. So don't worry i won't touch to the files i will only interact with the web interface