Skip to main content

MINIMUM_PASSWORD_LENGTH

Constant MINIMUM_PASSWORD_LENGTH 

Source
pub const MINIMUM_PASSWORD_LENGTH: u8 = 5;
Expand description

Minimum password length accepted by client-facing callers. The SDK’s internal validator allows shorter values, but all Bitwarden clients silently clamp up to this value for entropy reasons.