Password for new user

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
SCD

Password for new user

Post by SCD »

Hi!
Where i can set the password for a new user?
fx3000se
Posts: 8
Joined: 08 Mar 2005, 13:46

Post 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
michael.habbe
Posts: 10
Joined: 27 Feb 2005, 22:30

Post 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
fx3000se
Posts: 8
Joined: 08 Mar 2005, 13:46

Post by fx3000se »

Easier yes, but what if you cannot read the email-notifications?
See "my problem" -> http://forums.mantisbt.org/viewtopic.php?t=98

;-)
Post Reply