User management
This section describes how you can add/change system administrators and/or change passwords.
Overview
By default Management Center has a default created system administrator named system with password lord_helmet. Users and passwords are stored in passwd.properties located in folder: /../fortified/servers/mgmt-server/config (if you running container/docker) /../FortifiedID/mgmt-center/config (if you running container/docker) Note. As a best practice you should change password for the default user system.
Add/change system administrator
Users are put in using pattern <username>:password.
Change and hash password for an system administrator
Passwords can either be in clear text or hashed. When hashing passwords pattern of password must be using <hasning_mechanism>:<hex_value of hash>. See info in the passwd.properties file for hashing instructions.