LLMS_Person_Handler::get_password_reset_fields( string $key = '', string $login = '' )

Retrieve form fields used on the password reset form.


Description Description

This method will attempt to the "custom" password fields in the checkout form and then in the registration form. At least a password field must be found. If it cannot be found this function falls back to a set of default fields as defined in the LLMS_Person_Handler::get_password_fields() method.


Parameters Parameters

$key

(Optional) User password reset key, usually populated via $_GET vars.

Default value: ''

$login

(Optional) User login (username), usually populated via $_GET vars.

Default value: ''


Top ↑

Return Return

(array[])


Top ↑

Source Source

File: includes/class.llms.person.handler.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.