Class: ResetPassword

ResetPassword()

Reset password form

Constructor

new ResetPassword()

Source:

Methods

changePassword(event)

Validate the form and if no error is found dispatch the changePassword action

Parameters:
Name Type Description
event
Source:

confirmPasswordReset(token, email)

Verify the token and email and check if a password forgotten request was generated for these credentials dispatch the confirmPasswordReset action

Parameters:
Name Type Description
token
email
Source:

updateField(event)

Update the fields, function gets called if any of the form fields gets changed Does validation depending on the field that was changed and displays validation errors

Parameters:
Name Type Description
event
Source: