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:
Add a Platform property for setting the password for mzadmin.
Code Block language text
...
$ mzsh topo set topo://container:<container>/pico:platform/val:config.properties.mz.user.emergency.unlock \ `mzsh encryptpassword <new password>`
Restart the Platform:
Code Block language text
...
$ mzsh restart platform
When the platform is restarted, the password for mzadmin is reset.
Note | |||||||
---|---|---|---|---|---|---|---|
Note!Remember to remove the property mz.user.emergency.unlock, or the password will be reset at every restart of the platform.
|
...