LLMS_Person_Handler
LLMS_Person_Handler class.
Description Description
Source Source
File: includes/class.llms.person.handler.php
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Private methods LLMS_Person_Handler::fill_fields() and LLMS_Person_Handler::insert_data() were removed. |
3.35.0 | Sanitize field data when filling field with user-submitted data. |
3.0.0 | Introduced. |
Methods Methods
- find_password_fields — Locate password fields from a given form location.
- generate_username — Generate a unique login based on the user's email address
- get_available_fields — Retrieve an array of fields for a specific screen — deprecated
- get_login_fields — Get the fields for the login form
- get_lost_password_fields — Retrieve fields for password recovery
- get_password_fields — Retrieve an array of password fields.
- get_password_reset_fields — Retrieve form fields used on the password reset form.
- login — Login a user
- register — Perform validations according to the registration screen and registers a user — deprecated
- sanitize_field — Sanitize posted fields — deprecated
- update — Perform validations according to $screen and update the user — deprecated
- validate_fields — Validate submitted user data for registration or profile update — deprecated
- validate_login_fields — Validate login form fields
- voucher_toggle_script — Output Voucher toggle JS in a quick and shameful manner — deprecated