Admin Password Reset

Last updated 17 minutes ago

Learn how to reset the admin password with SQL.

LightbulbWhat you will learn

  • Reset admin password

Person reading a bookPrerequisites

  • Having a CoreMedia system

Person in front of a laptopTarget Audience

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 © 2026 CoreMedia GmbH, CoreMedia Corporation. All Rights Reserved.Privacy | Legal | Imprint
Loading...