[Spce-user] FW: locked out of administration interface

Daniel Tiefnig dtiefnig at sipwise.com
Thu Aug 30 11:54:08 EDT 2012


On 08/30/2012 09:50 AM, Matthew Ogden wrote:
> Just some sort of browser issue with Chrome... Firefox working.

So you say you can't log in using chrome? Works for me here with
chromium at least.

> The way to reset it though would be handy to know...

You'd need to reset the password via mysql:

UPDATE billing.admins
   SET md5pass = MD5('new password')
 WHERE login = 'your username';

br,
daniel




More information about the Spce-user mailing list