AuthN v0.10.0 AuthN.Ecto.UserChangesets behaviour View Source

Link to this section Summary

Link to this section Callbacks

Link to this callback

confirm_changeset(struct)

View Source
confirm_changeset(struct()) :: atom()
Link to this callback

email_changeset(struct, map, struct)

View Source
email_changeset(struct(), map(), struct()) :: atom()
Link to this callback

password_changeset(struct, map)

View Source
password_changeset(struct(), map()) :: atom()
Link to this callback

registration_changeset(struct, map, struct)

View Source
registration_changeset(struct(), map(), struct()) :: atom()
Link to this callback

validate_current_password(struct, arg2)

View Source
validate_current_password(struct(), String.t()) :: atom()