System Configuration


Authentication

$config->userAuthHashType

Introduced in Version 2.0

Description

Hash method to use for passwords. typically 'md5' or 'sha1'. Can be any available with your PHP's hash() installation. For instance, you may prefer to use something like sha256 if supported by your PHP installation. Default is 'sha1'.

Post Comment