mirror of
https://github.com/caddyserver/caddy.git
synced 2025-04-01 18:50:04 -04:00
The documentation specifies that the hash algorithm defaults to bcrypt. However, the implementation returns an error in provision if no hash is provided. Fix this inconsistency by *actually* defaulting to bcrypt.