⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

validate_password

Function validate_password 

Source
pub fn validate_password(password: &str) -> Result<(), KernelError>
Expand description

Validate a password against the default policy (convenience function).