Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
properties_file_based_authentication [2017/12/24 01:45] admin removed |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | This is the simpliest way to authenticate the users. | ||
- | To select this option, go to " | ||
- | |||
- | Next is to enter all the user ids and their passwords in the file named userAuth.properties. This file must be placed in / | ||
- | |||
- | The user ids and their passwords are stored in a plain java properties file in the following format: userid=password. | ||
- | |||
- | You will need to restart **TestOptimal** server to ake the changes effective. | ||
- | |||
- | The passwords in userAuth.properties are encrypted automatically next time when the server is started. |