View Source AshAuthentication.Phoenix.Components.Password.RegisterForm (ash_authentication_phoenix v2.1.3)
Generates a default registration form.
Component hierarchy
This is a child of AshAuthentication.Phoenix.Components.Password
.
Children:
AshAuthentication.Phoenix.Components.Password.Input.identity_field/1
AshAuthentication.Phoenix.Components.Password.Input.password_field/1
AshAuthentication.Phoenix.Components.Password.Input.password_confirmation_field/1
AshAuthentication.Phoenix.Components.Password.Input.submit/1
Props
strategy
- The strategy configuration as perAshAuthentication.Info.strategy/2
. Required.socket
- Needed to infer the otp-app from the Phoenix endpoint.overrides
- A list of override modules.
Overrides
This component provides the following overrides:
:root_class
- CSS class for the rootdiv
element.:label_class
- CSS class for theh2
element.:form_class
- CSS class for theform
element.:disable_button_text
- Text for the submit button when the request is happening.:slot_class
- CSS class for thediv
surrounding the slot.
See AshAuthentication.Phoenix.Overrides
for more information.
Summary
Types
@type props() :: %{ :strategy => AshAuthentication.Strategy.t(), optional(:overrides) => [module()], optional(:live_action) => :sign_in | :register, optional(:current_tenant) => String.t(), optional(:context) => map(), optional(:auth_routes_prefix) => String.t() }