Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If the password for mzadmin is lost, it can either be changed by another user belonging to the Administration group or be set according to the following procedure:

  1. Add a Platform property for setting the password for mzadmin.

    Code Block
    languagetext

...

  1. $ mzsh topo set topo://container:<container>/pico:platform/val:config.properties.mz.user.emergency.unlock \ 
    `mzsh encryptpassword <new password>`

  2. Restart the Platform:

    Code Block
    languagetext

...

  1. $ mzsh restart platform

When the platform is restarted, the password for mzadmin is reset.

title
Note

Note!

Remember to remove the property mz.user.emergency.unlock, or the password will be reset at every restart of the platform.

Code Block
languagetextthemeEclipse
$ mzsh topo unset topo://container:<container>/pico:platform/val:config.properties.mz.user.emergency.unlock

...