auth.PasswordRecovery

Recovery info of a 2FA password, only for accounts with a recovery email configured.

auth.passwordRecovery#137948a5 email_pattern:string = auth.PasswordRecovery;

---functions---

auth.requestPasswordRecovery#d897bc66 = auth.PasswordRecovery;

Constructors

Constructor Description
auth.passwordRecovery Recovery info of a 2FA password, only for accounts with a recovery email configured.

Methods

Method Description
auth.requestPasswordRecovery Request recovery code of a 2FA password, only for accounts with a recovery email configured.

Related pages

Two-factor authentication

How to login to a user's account if they have enabled 2FA, how to change password.