PhoenixKitWeb.Users.UserForm (phoenix_kit v1.6.16)

View Source

LiveView for creating and editing users in the admin interface.

Provides a form for managing user data including email, password, roles, and profile information. Supports both creation of new users and editing existing users.

Summary

Functions

handle_event(binary, params, socket)

Callback implementation for Phoenix.LiveView.handle_event/3.

handle_info(arg, socket)

Callback implementation for Phoenix.LiveView.handle_info/2.

mount(params, session, socket)

Callback implementation for Phoenix.LiveView.mount/3.

render(assigns)

Callback implementation for Phoenix.LiveView.render/1.