Description
if we have userinfo defined in etc/users.properties like
joe = 1234pw, admin
Noticed that there is a space between the password "1234pw" and role name "admin", then currently the role name is " admin", which should be "admin" instead, we need strip off the spaces/tabs here