Page 1 of 1

1.1.1: Create User - password??

Posted: 15 May 2008, 23:18
by tmpuzer
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.

Re: 1.1.1: Create User - password??

Posted: 16 May 2008, 20:06
by eliasn
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,

Re: 1.1.1: Create User - password??

Posted: 16 May 2008, 21:13
by tmpuzer
Thanks that worked.