ResetPasswordWithRecoveryCode.php
Reset Password With Recovery Code Use Case.
The recovery counterpart to email-based reset, for accounts created without an email. The user supplies their username, their one-time recovery code, and a new password. On success the password is changed, all other long-lived credentials are revoked, and a fresh recovery code is issued (one-time use).
PHP version 8.1
Tags
Table of Contents
Classes
- ResetPasswordWithRecoveryCode
- Reset a password using a one-time recovery code.