# users.properties # This file contains a list of user names and their corresponding # encrypted password. The format is: # # user.{username}={encrypted password} # # Each user can also be part of a group. Groups are defined in the # following way: # # group.{group name}={list of users} # # The list consists of user names separated by a comma. To specify # all users use a wildcard character (*) # # Users and groups can also be part of a role. Roles are defined # in the following way: # # role.{role name}={list of users and/or groups} # # Users are specified by prepending "user." to the user name, while # groups are specified by prepending "group." to the group name. If # no prefix is given the name will be searched for as a user first # then as a group. To specify all users use a wildcard character (*). user.valjean=vaPoR2yIzbfdI user.bishop=bic5wknlJ8QFE user.javert=jaLULvqM82wfk user.thenardier=thvwKJbcM0s7o role.lowStatus=valjean,thenardier role.highStatus=bishop,javert role.nobleSpirited=valjean,bishop role.meanSpirited=javert,thenardier