Skip to content

ResetPassword

The ResetPassword component provides a button for a logged in user to initiate a reset password workflow.

Examples

html
<ResetPassword
    class="mt-6"
    @reset-password:click="handleResetPassword"
/>

An example can be seen in /frontend/views/AccountView.vue

Component Props

PropDescriptionOptions
--

Component Events

EventDescriptionArgs
reset-password:clickemits when the button element is clicked

CSS Classes

ClassDescription
--