Msdata.SystPasswordHistory (mscmp_syst_authn v0.1.0)
A history of previous user passwords credentials kept for the purpose of enforcing the reused password exclusion rule.
Defined in MscmpSystAuthn
.
Summary
Functions
See MscmpSystAuthn.Impl.Msdata.SystPasswordHistory.Validators.insert_changeset/2
.
Types
@type t() :: %Msdata.SystPasswordHistory{ __meta__: Ecto.Schema.Metadata.t(), access_account: Msdata.SystAccessAccounts.t() | Ecto.Association.NotLoaded.t() | nil, access_account_id: MscmpSystAuthn.Types.access_account_id() | nil, credential_data: String.t() | nil, diag_role_created: String.t() | nil, diag_role_modified: String.t() | nil, diag_row_version: integer() | nil, diag_timestamp_created: DateTime.t() | nil, diag_timestamp_modified: DateTime.t() | nil, diag_update_count: integer() | nil, diag_wallclock_modified: DateTime.t() | nil, id: Ecto.UUID.t() | nil }
Functions
Link to this function
insert_changeset(access_account_id, credential_data)
@spec insert_changeset(MscmpSystAuthn.Types.access_account_id(), String.t()) :: Ecto.Changeset.t()
See MscmpSystAuthn.Impl.Msdata.SystPasswordHistory.Validators.insert_changeset/2
.