Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 499 Bytes

component-reset-password.md

File metadata and controls

15 lines (11 loc) · 499 Bytes

Reset Password Component

The reset password component allows a user to reset their password if they have forgotten it.

title = "Forgotten your password?"
url = "/forgot-password/:code?"

[resetPassword]
paramCode = "code"
==
{% component 'resetPassword' %}

This will display the initial restoration request form and also the password reset form used after the verification email has been received by the user. The paramCode is the URL routing code used for resetting the password.