Generalised MAC format handling #6
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
MACs should be stored in a single format, e.g. all-lowercase with no separators.
This simplifies usage by making format flexible.
An optional "treatUsernamesAsMACs" or similar configuration flag needs to exist to negate this behaviour should more general username/password pairs be in use that need to retain case-sensitivity.
Implemented with mac_auth_only=true configuration parameter.