LLMS_Controller_Account
LLMS_Controller_Account class.
Description Description
Source Source
File: includes/forms/controllers/class.llms.controller.account.php
Changelog Changelog
Version | Description |
---|---|
3.7.0 | |
3.37.17 | Refactored lost_password() and reset_password() methods. |
3.35.0 | Introduced. |
Methods Methods
- __construct — Constructor
- cancel_subscription — Lets student cancel recurring access plan subscriptions from the student dashboard view order screen
- lost_password — Handle form submission of the Lost Password form
- redeem_voucher — Redeem a voucher from the "Redeem Voucher" endpoint of the student dashboard
- reset_password — Handle form submission of the Reset Password form
- reset_password_handler — Handle the submission of the password reset form.
- reset_password_link_redirect — Automatically redirect password reset links to the password reset form page.
- update — Handle submission of user account edit form
- validate_password_reset — Validates the password reset form.