Ask community to help.
Moderators: Amaradana , TurboPT , TL Developers
ddayz
TestLink user
Posts: 1 Joined: Sun Oct 19, 2008 1:16 am
Post
by ddayz » Sun Oct 19, 2008 1:26 am
How can I recover a lost password for the admin account if the email assigned to the account is invalid?
fman
Member of TestLink Community
Posts: 3123 Joined: Tue Nov 15, 2005 7:19 am
Post
by fman » Mon Oct 20, 2008 10:03 am
you will never recover a password, because algorithm to create password
is only one way
solution:
access db and change password on users table
havlatm
Member of TestLink Community
Posts: 940 Joined: Mon Oct 31, 2005 1:24 am
Location: Czech
Post
by havlatm » Wed Oct 22, 2008 11:18 am
Check installation SQL scripts. There is the SQL request that add default login admin/admin. Open table users, delete the admin record and insert original INSERT request.