Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
We should add a plugin for managing user and groups.
For storing passwords there is:
1. a configuration that specifies the "name of the password credential"
2. a set of encoders like SHA, DES, MD5
3. a property/credential edition that allows to define that a field is one of the encoder types. When set, the field data (String) is encoded by the encoder and saved as byte[]. The property editor shows "password" credential as <input type="password"/>
Later we may add support for certificates or other type of user authentication.