View Source Legendary.Auth.User (Legendary v8.12.0)

The baseline user schema module.

Link to this section Summary

Link to this section Functions

Link to this function

admin_changeset(user_or_changeset, attrs)

View Source
Link to this function

changeset(user_or_changeset, attrs)

View Source

Callback implementation for Pow.Ecto.Schema.changeset/2.

Link to this function

confirm_email_changeset(changeset, attrs)

View Source
Link to this function

pow_changeset(user_or_changeset, attrs)

View Source
Link to this function

pow_confirm_email_changeset(changeset, attrs)

View Source

See PowEmailConfirmation.Ecto.Schema.confirm_email_changeset/2.

Link to this function

pow_current_password_changeset(user_or_changeset, attrs)

View Source
Link to this function

pow_extension_changeset(changeset, attrs)

View Source
Link to this function

pow_extension_validate_after_compilation!(env, bytecode)

View Source
Link to this function

pow_password_changeset(user_or_changeset, attrs)

View Source
Link to this function

pow_reset_password_changeset(changeset, attrs)

View Source

See PowResetPassword.Ecto.Schema.reset_password_changeset/2.

Link to this function

pow_user_id_field_changeset(user_or_changeset, attrs)

View Source
Link to this function

pow_validate_after_compilation!(env, bytecode)

View Source
Link to this function

pow_verify_password(user, password)

View Source
Link to this function

reset_password_changeset(changeset, attrs)

View Source
Link to this function

verify_password(user, password)

View Source

Callback implementation for Pow.Ecto.Schema.verify_password/2.