View Source PowResetPassword.Phoenix.Messages (Pow v1.0.38)

Module that handles messages for PowResetPassword.

See Pow.Extension.Phoenix.Messages for more.

Summary

Functions

Flash message to show when a reset password e-mail has been sent. Falls back to maybe_email_has_been_sent/1

Flash message to show when a an invalid or expired reset password link is used.

Flash message to show generic response for reset password request.

Flash message to show when password has been updated.

Flash message to show when no user exists for the provided e-mail.

Functions

Link to this function

email_has_been_sent(conn)

View Source

Flash message to show when a reset password e-mail has been sent. Falls back to maybe_email_has_been_sent/1

Flash message to show when a an invalid or expired reset password link is used.

Link to this function

maybe_email_has_been_sent(conn)

View Source

Flash message to show generic response for reset password request.

Link to this function

password_has_been_reset(conn)

View Source

Flash message to show when password has been updated.

Flash message to show when no user exists for the provided e-mail.