mantis modify user default password

When the Administrator (administrator) creates other new users, if the passwords of other new users are forgotten or the passwords of other new users are in the default state, the following operations can be performed:

1 Click Admin in MySQL as follows (ps can only be changed as an administrator, so log in with an administrator before changing);

jThe result is as follows, and then click the bugtracker in the left column;

The following interface appears, click mantis_user_table

The following interface appears, in the password column, change the password of the newly created user to the same password as the administrator, and you can log in.

If you don't want to change this way, you can also do the following two ways

1 Modify the configuration file ./mantis/config_inc. PHP $g_enable_email_notification = OFF;

When you go to create a user, enter the user name and enter any email address. At this time, the password is empty by default, and the administrator/personal data can be set.
2 Find $g_send_reset_password in the config_defaults_inc.php file in the Mantis directory
and set it to: $g_send_reset_password = OFF is enough.
Reuse the administrator account and password, log in to mantis, select Administration -> User Management -> "Create User", and you can see the input box for filling in the password!

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326356310&siteId=291194637