View Source AshAuthentication.Phoenix.ResetLive (ash_authentication_phoenix v1.9.4)

A generic, white-label password reset page.

This live-view can be rendered into your app using the AshAuthentication.Phoenix.Router.reset_route/1 macro in your router (or by using Phoenix.LiveView.Controller.live_render/3 directly in your markup).

This live-view looks for the token URL parameter, and if found passes it to AshAuthentication.Phoenix.Components.Reset.

Overrides

This component provides the following overrides:

  • :root_class - CSS class for the root div element.
  • :reset_id - Element ID for the Reset LiveComponent.

See AshAuthentication.Phoenix.Overrides for more information.