Configuration File for access level

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
exclusif
Posts: 32
Joined: 10 Apr 2013, 09:16
Location: Nantes

Configuration File for access level

Post by exclusif »

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.
atrol
Site Admin
Posts: 8573
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Configuration File for access level

Post by atrol »

There is no file for it but a web page.
have a look at page "Manage" > "Manage Users"
Please use Search before posting and read the Manual
exclusif
Posts: 32
Joined: 10 Apr 2013, 09:16
Location: Nantes

Re: Configuration File for access level

Post by exclusif »

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..." ?
atrol
Site Admin
Posts: 8573
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Configuration File for access level

Post by atrol »

Check file config_inc.php for your changes of the default settings.
Please use Search before posting and read the Manual
exclusif
Posts: 32
Joined: 10 Apr 2013, 09:16
Location: Nantes

Re: Configuration File for access level

Post by exclusif »

i found what i was looking for in config_defaults_inc.php, with the "MantisBT Enum Strings" part of the file

Thanks atrol
atrol
Site Admin
Posts: 8573
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Configuration File for access level

Post by atrol »

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.
Please use Search before posting and read the Manual
exclusif
Posts: 32
Joined: 10 Apr 2013, 09:16
Location: Nantes

Re: Configuration File for access level

Post by exclusif »

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 :wink: , 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 :)
Post Reply