You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

This is the default user manager. It uses a properties file to store all the user information.

Example

<file-user-manager file="users.properties" encrypt-passwords="true" />

file-user-manager element

Attribute

Description

Required

Default value

file

Path to the properties file for storing users

Yes

 

encrypt-passwords

It indicates how to stored password are encrypted. Possible values are "clear" for clear text, "md5" for hashed using MD5 or "salted" for hashed salted password (including multiple hash iterators). "salted" is encouraged.

No

md5

  • No labels