PasswordEncryptionSettings

Class PasswordEncryptionSettings

category

System

package

Authentication

subpackage

Entities

Methods

Returns the current password encryption type which is stored in the database.

getType() : string

Response

string

Currently used password encryption type.

Returns if passwords should be rehashed.

isRehashingEnabled() : boolean

Response

boolean

Returns true is rehashing is enabled, false otherwise.