Appearance
ForgotPasswordForm
The ForgotPasswordForm
component provides a form to intiate the classic password recovery workflow. The user supplies an email, and if valid, an email is sent containing a password reset link. When clicked, the password reset link allows the user to change their password.
Examples
html
<ForgotPasswordForm
@cforgotPasswordForm:submit="handleForgotPassword"
/>
A working example can be found in /frontend/views/ForgotPasswordVuew.vue
Component Props
Prop | Description | Options |
---|---|---|
-- |
Component Events
Event | Description | Args |
---|---|---|
forgotPasswordForm:submit | emitted when the user clicks the submit button | username |
CSS Classes
Class | Description |
---|---|
-- |