PasswordHashSaltLength
The length of the salt to use for stored password values in the Community component.
Community stores user passwords as a salted hash. You can use the PasswordHashSaltLength parameter to set the length of the salt string. The length that you set must be a multiple of four.
| Type: | String |
| Default: | 16 |
| Allowed Range: | Minimum: 16 |
| Required: | No |
| Configuration Section: | Server |
| Example: | PasswordHashSaltLength=24
|
| See Also: | PasswordHashMaxIterations
MinPasswordLength PasswordChangeDuration PasswordStrength |