HashSaltStyle

Password hash salt configuration.

Name

Description

NO_SALT

Password hashes are not salted

COLUMN

Salt is in a separate column for each user in the database

EXTERNAL

Salt is NOT stored in the database, but defined as external value like application preferences or so