Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rule result metadata #71

Merged
merged 5 commits into from
Dec 19, 2017
Merged

Rule result metadata #71

merged 5 commits into from
Dec 19, 2017

Commits on Dec 18, 2017

  1. Add RuleResultMetadata component.

    Metadata is used to communicate properties about the password which are related to the rule back to the validator.
    This allows the validator to give feedback or advice to users attempting to create passwords which meet the rule requirements.
    Note that metadata is returned for both valid and invalid password results.
    Update WhitespaceRule to allow custom whitespace characters.
    dfish3r committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    01644b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7690da3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd11ba1 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2017

  1. Configuration menu
    Copy the full SHA
    9c4b839 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25304b1 View commit details
    Browse the repository at this point in the history