LLMS_Person_Handler::get_lost_password_fields()
Retrieve fields for password recovery
Description Description
Used to generate the form where a username/email is entered to start the password reset process.
Return Return
(array[]) An array of form field arrays.
Source Source
File: includes/class.llms.person.handler.php
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Use LLMS_Forms::are_usernames_enabled() in favor of deprecated option "lifterlms_registration_generate_username". Remove field values set to the default value for a form field. |
3.8.0 | Introduced. |