AuthN v0.11.0 AuthN.UserNotifier behaviour View Source

Link to this section Summary

Functions

Deliver instructions to confirm account.

Deliver instructions to reset password account.

Deliver instructions to update your e-mail.

Link to this section Functions

Link to this function

deliver_confirmation_instructions(user, url)

View Source

Deliver instructions to confirm account.

Link to this function

deliver_reset_password_instructions(user, url)

View Source

Deliver instructions to reset password account.

Link to this function

deliver_update_email_instructions(user, url)

View Source

Deliver instructions to update your e-mail.

Link to this section Callbacks

Link to this callback

deliver_confirmation_instructions(struct, arg2)

View Source
deliver_confirmation_instructions(struct(), String.t()) :: atom()
Link to this callback

deliver_reset_password_instructions(struct, arg2)

View Source
deliver_reset_password_instructions(struct(), String.t()) :: atom()
Link to this callback

deliver_update_email_instructions(struct, arg2)

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