Skip to main content

Password Nonce

Configuration Options

server::redis::password_nonce

Default: ""
required

This is a random string used to concatenate it with the password. The result will be hashed and truncated and is used in Redis. The password nonce must be at least 16 characters long and can contain alphanumeric characters and symbols, but no spaces.

Example Configuration

server:
redis:
password_nonce: "some-random-string-used-for-password-hashing"
note

The password_nonce is part of the Redis configuration, not a top-level configuration.