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 |
|
Change password for a user
If you need to change the password for a user, please follow these steps.
- Stop the service / application.
- 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.
- Start the service / application.
- Open the file, and you can see that the password have been encrypted by that it now starts with {bcrypt}.