Msdata.SystDisallowedPasswords (mscmp_syst_authn v0.1.0)

Represents a SHA-1 hashed password which is expected to be listed in the dictionaries used by attackers to compromised online accounts. Disallowed passwords, as the name suggests, are used to prevent users selecting these known compromised passwords when the password rule to disallow known passwords is in effect.

Defined in MscmpSystAuthn.

Summary

Functions

See MscmpSystAuthn.Impl.Msdata.SystDisallowedPasswords.Validators.insert_changeset/1.

Types

@type t() :: %Msdata.SystDisallowedPasswords{
  __meta__: Ecto.Schema.Metadata.t(),
  password_hash: binary() | nil
}

Functions

Link to this function

insert_changeset(password_hash)

@spec insert_changeset(binary()) :: Ecto.Changeset.t()

See MscmpSystAuthn.Impl.Msdata.SystDisallowedPasswords.Validators.insert_changeset/1.