Create New Account in Mantis Bug Tracker
Create New Account in Mantis Bug Tracker
In this tutorial, we will go through the steps involved in creating a new account in the Mantis Bug Tracker tool. New users can sign up for an account from the Mantis signup page. However, if the signup option is disabled, the Administrator has to create or invite new users to the system.
Let’s see the options to create a new account if the signup option is disabled.
<mantis_home>/config/config_inc.php setting:
$g_allow_signup = OFF;
Access Levels
Mantis supports different user access levels. For example, a tester who reports bugs can be created as a reporter role. Support user roles are:
- Viewer
- Reporter
- Updater
- Developer
- Manager
- Administrator
We can create new accounts by inviting new users or by creating new accounts by the administrator.
Invite New User
To invite new users, Click on the Invite Users button.
Create New Account
To create a new user in Mantis bug tracking tool:
Navigate to
Manage -> Manage User -> Create New Account
Click on the Create New Account button.
Fill the necessary details of the new user like:
Username, Real Name, Email address, Access level, etc.
Click on the Create user button.
An Email notification would be sent by the Mantis system to notify the user. User can click on the verification email and set a password to login.
—
Mantis Bug Tracker Tutorial:
https://www.testingdocs.com/mantis-bug-tracker-tutorial/
Mantis Website: