Administrator Account recovery issue

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
ddayz
TestLink user
Posts: 1
Joined: Sun Oct 19, 2008 1:16 am

Administrator Account recovery issue

Post by ddayz »

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 »

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 »

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.
Post Reply