Page 1 of 1

Password for new user

Posted: 08 Mar 2005, 02:36
by SCD
Hi!
Where i can set the password for a new user?

Posted: 08 Mar 2005, 14:02
by fx3000se
Good question! The email notification upon the creation of a new new user or when resetting the password is un-readable (see http://forums.mantisbt.org/viewtopic.php?t=98).
My workaround for the moment is:
1) delete the password in the Db
update mantis_user_table set password = '' where username = '<new users name>';
2) log-in as the new user
3) set the new password explictly
Working but... :-)
Regards
fx3000se

Posted: 08 Mar 2005, 14:28
by michael.habbe
How about an easier way:

1. Create User with your own email
2. Confirm
3. Login as new user
4. Change password

regards
Michael

Posted: 08 Mar 2005, 14:32
by fx3000se
Easier yes, but what if you cannot read the email-notifications?
See "my problem" -> http://forums.mantisbt.org/viewtopic.php?t=98

;-)