Enum BOBPasswordStrength
- Namespace
- BlazOrbit.Components.Forms
- Assembly
- BlazOrbit.dll
Coarse-grained password strength score emitted by BOBInputPassword. Values are ordered: higher ordinal means stronger.
public enum BOBPasswordStrength
Fields
Fair = 2Meets minimum length but only one character class.
Good = 3Meets minimum length and at least two character classes.
None = 0No password entered, or shorter than 1 character.
Strong = 4Meets minimum length and all enabled character classes plus length ≥ 12.
Weak = 1Fails the minimum length or any required character class.