Skip to content

ChangePasswordForm

The ChangePasswordForm component provides a form to capture a user's new password in the classic change password workflow.

Examples

html
<ChangePasswordForm @change-password-form:save="handleChangePassword" />

A working example can be found in /frontend/views/ChangePasswordVuew.vue

Component Props

PropDescriptionOptions
--

Component Events

EventDescriptionArgs
change-password-form:saveemitted when the user clicks the submit buttonpassword value

CSS Classes

ClassDescription
--