Just installed mantis. I logged into the administrator account (I must have missed something because I had to google to find out what this password was) and then I went to Manager Users and create user.
However, I don't know where you set the password. I created the user but I can't log in with it. How do you set the user password? I tried a blank password which did not work, then I tried manually setting the users password to an empty string in the database (this was a suggested solution in the mantis manual user comments section) but this also did not work.
1.1.1: Create User - password??
Moderators: Developer, Contributor
Re: 1.1.1: Create User - password??
Try...
In the config_defaults_inc.php find $g_send_reset_password attribute and set it to OFF.
This attribute allow you to create a user without the email confirmation. This user should insert the password by My Account after login in the Mantis.
Regards,
In the config_defaults_inc.php find $g_send_reset_password attribute and set it to OFF.
This attribute allow you to create a user without the email confirmation. This user should insert the password by My Account after login in the Mantis.
Regards,
Re: 1.1.1: Create User - password??
Thanks that worked.