phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Phpgroupware-users] Lost admin password


From: Alex Borges
Subject: Re: [Phpgroupware-users] Lost admin password
Date: Wed, 17 Sep 2003 18:35:01 -0500

Easy....mysql

update phgw_accounts set password=md5('yournewpassword') where
account_lid='adminloginname';

OR SOMETHING OF THE LIKE!

You should know how are your passwords encrypted, for the basic support
i 'THINK' the above should work.

Backup first, try on a test install...tinkle with the idea.


El mié, 17-09-2003 a las 18:14, address@hidden escribió:
> Hi all,
> 
> I'm trying to crack the admin password for a groupware install I have
> taken over. Any quick answers?
> I took a look at the mail list archives and did not find anything. My
> apologies if I missed it.
> I'm thinking of dumping mysql data and running the config steps.
> 
> B,
> 
> GW
> 
> 
> 
> 
> 
> 
> _______________________________________________
> Phpgroupware-users mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/phpgroupware-users





reply via email to

[Prev in Thread] Current Thread [Next in Thread]