Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
properties_file_based_authentication [2016/09/22 02:36] 127.0.0.1 external edit |
— (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. |