[opencms-dev] problem changing Admin password

Christoph P. Kukulies kuku at physik.rwth-aachen.de
Thu Aug 20 11:10:36 CEST 2009


On Thu, Aug 20, 2009 at 11:00:07AM +0200, Christoph P. Kukulies wrote:
> Yesterday I upgraded a site to 7.5.0 (my own playground site) and since it was
> late in the night I had to leave it with the CMS login banner. Someone
> must have tried to break in (I changed the Admin password though in the
> first place) but this morning I could not log in anymore.
> 
> I then did an
> 
>  update cms_users set user_password='some_password' where
> user_name='Admin';

I also tried 
 update cms_users set user_password=password('some_password') where
 user_name='Admin';

to no avail.
--
Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de



More information about the opencms-dev mailing list