Skip to content

users.properties

This file is used as a way to set what credentials can be used to authenticate against EPR. All passwords in this file is encrypted, if not already encrypted, when the application starts.

You can add users to this list if you have the need for that.

layout

1
  username=password,role,enabled

Change password for a user

If you need to change the password for a user, please follow these steps.

  1. Stop the service / application.
  2. Change the password the user simply by replacing whatever is between username= and ,ROLE_GO,true to the password you would like to use. Save and close the file.
  3. Start the service / application.
  4. Open the file, and you can see that the password have been encrypted by that it now starts with {bcrypt}.