DefaultPasswordEncoding

Defines the type of encoding to use when storing user passwords.

  • Default is to use the Secure Hash Algorithm update 1 (SHA1).

  • If you want to have open text passwords, the suggested value is OpenText.

  • If any other nonempty value is assigned, no encoding is performed.

  • Default value is SHA1-CB.

Type and Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

DefaultPasswordEncoding=OpenText