> but it is still not working. How can I manually reset the
> username and password to smaller values or dump it all together?
> Thanks.

Mysql command line:

update person set password=password('pass') where username='Your_user' and 
sitegroup='Your_sitegroup';

before that :
select * from person where sitegroup='SG';
to check if You will alter the right person.


Piotras


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to