nuxt-x-users
Reset Password
Admin-triggered password reset component for user management.
Reset Password
The XUsersResetPassword component allows admins to trigger a password reset for a specific user.
Components
<XUsersResetPassword />
Renders a confirmation UI that sends a password reset email or generates a reset link for the target user.
<XUsersResetPassword :user-id="user.id" @close="showResetModal = false" />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
userId | string | number | — | ID of the user to reset |
Emits
| Event | Description |
|---|---|
close | Fired after the reset is triggered or cancelled |
AI Context
component: XUsersResetPassword
package: "@xenterprises/nuxt-x-users"
backend-pair: "@xenterprises/fastify-xadmin"
use-when: Admin panels where admins need to trigger a password reset for a specific user
