Admin Password Reset

Last updated 3 months ago

Learn how to reset the admin password with SQL.

LightbulbWhat you'll learn

  • Reset admin password

Person reading a bookPrerequisites

  • Having a CoreMedia system

WristwatchTime matters

Reading time: 1 minute

Person in front of a laptopShould I read this?

This guide is for Developers, Administrators.

If the admin password has been forgotten and cannot be changed with Studio, you can use the following SQL-statement to set it back to 'admin'.

UPDATE CmUsers SET authdata='19106293771354909387443197434247499241' where id=0;
Copyright © 2025 CoreMedia GmbH, CoreMedia Corporation. All Rights Reserved.
Loading...