PowEmailConfirmation.Phoenix.Messages (Pow v1.0.25) View Source

Module that handles messages for PowEmailConfirmation.

See Pow.Extension.Phoenix.Messages for more.

Link to this section Summary

Functions

Flash message to show when email couldn't be confirmed.

Flash message to show when user is signs in or registers but e-mail is yet to be confirmed.

Flash message to show when user updates their e-mail and requires confirmation.

Flash message to show when email has been confirmed.

Flash message to show when a invalid confirmation link is used.

Link to this section Functions

Link to this function

email_confirmation_failed(conn)

View Source

Flash message to show when email couldn't be confirmed.

Link to this function

email_confirmation_required(conn)

View Source

Flash message to show when user is signs in or registers but e-mail is yet to be confirmed.

Link to this function

email_confirmation_required_for_update(conn)

View Source

Flash message to show when user updates their e-mail and requires confirmation.

Link to this function

email_has_been_confirmed(conn)

View Source

Flash message to show when email has been confirmed.

Flash message to show when a invalid confirmation link is used.