Creating an Admin or Promoting an existing user

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
mryan
Posts: 2
Joined: 16 Apr 2015, 13:51

Creating an Admin or Promoting an existing user

Post by mryan »

Apparently, we have no one at our company that has the ability to create or manage USERS. The person who setup Mantis is no longer here and the email address no longer exists.

My Profile is set to Project Access Admin, and Access Level Manager. I apparently do NOT get the Manage User button when I select Manage.


How do I update my Profile to be able to add Users? Thank you for your help!

Version 1.2.8
schema 183
atrol
Site Admin
Posts: 8374
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Creating an Admin or Promoting an existing user

Post by atrol »

You have to change it in database table mantis_user_table.
Set column access_level to value 90 for your user.
Please use Search before posting and read the Manual
mryan
Posts: 2
Joined: 16 Apr 2015, 13:51

Re: Creating an Admin or Promoting an existing user

Post by mryan »

Thank you!!!!
maorosco
Posts: 1
Joined: 24 Feb 2016, 23:33

Re: Creating an Admin or Promoting an existing user

Post by maorosco »

Hi, This may be a long shot but I've gotta try. We have a similar problem. We have Mantis loaded on our server and we don't have the admin password. Is there a way to get to the user setup from the back end?

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

Re: Creating an Admin or Promoting an existing user

Post by atrol »

Just do what I wrote for an existing user where the password is kwown.

Code: Select all

You have to change it in database table mantis_user_table.
Set column access_level to value 90 for your user.
After that, the user has administrative rights and can change settings of the original administrator.
Please use Search before posting and read the Manual
Post Reply