Skip to content

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

PropDescriptionOptions
--

Component Events

EventDescriptionArgs
forgotPasswordForm:submitemitted when the user clicks the submit buttonusername

CSS Classes

ClassDescription
--