X Enterprises
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

PropTypeDefaultDescription
userIdstring | numberID of the user to reset

Emits

EventDescription
closeFired 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
Copyright © 2026