Users Guide

hashed in the String box, and then click Generate MD5 Hash. Copy the hashed results to the
users.properties file in place of the existing user password hash (#).
Alternatively, you may use md5sum on a UNIX system to generate the MD5 has by using the following
(substitute your password for YOUR_PASSWORD_HERE):
$ echo -n "YOUR_PASSWORD_HERE" | md5sum | awk '{print $1}'
635893277b6b217e327565d3427ee5e8
Copy and replace the MD5 hash, in the users.properties file for the specific user, with the output of
the above command.
NOTE: You must specify the ā€˜-nā€™ option to avoid passing carriage return from echo to md5sum
utility.
22