Appearance
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
Prop | Description | Options |
---|---|---|
-- |
Component Events
Event | Description | Args |
---|---|---|
change-password-form:save | emitted when the user clicks the submit button | password value |
CSS Classes
Class | Description |
---|---|
-- |