System Configuration


Authentication

  • $config->userAuthHashType

    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'.

  • $config->userAuthSalt

    Generated automatically at installation time. A random salt string that is used in generating password hashes. A unique account-specific hash is also used.