reset_password()

public function reset_password(): void

Description

Displays the password reset form. The form is accessed via a time-sensitive link that contains a reset token. If the token is invalid or has expired, an error message is displayed.

Parameters

This method takes no parameters. The reset token is extracted from the URL.

Return Value

TypeDescription
voidRenders the password reset form or shows an error if the token is invalid.