User management
Users and passwords are stored in passwd.properties. (/../mgmt-server/config/)
Users are put in using pattern <username>:password.
Passwords can either be in clear text or hashed. When hashing passwords pattern of password must be using <hasning_mechanism>:<hex_value of hash>
Last updated