PhoenixKitWeb.Users.ForgotPassword (phoenix_kit v1.5.1)

View Source

LiveView for password reset request.

Allows users to request a password reset by providing their email address. Sends password reset instructions via email if the account exists.

Summary

Functions

handle_event(binary, map, socket)

Callback implementation for Phoenix.LiveView.handle_event/3.

mount(params, session, socket)

Callback implementation for Phoenix.LiveView.mount/3.

render(assigns)

Callback implementation for Phoenix.LiveView.render/1.