deux.strings

deux.strings.BOTH_CODES_ERROR = <django.utils.functional.__proxy__ object>

Error if user submits both MFA and backup code for authentication.

deux.strings.DISABLED_ERROR = <django.utils.functional.__proxy__ object>

Error if MFA is unexpectedly in a disabled state.

deux.strings.ENABLED_ERROR = <django.utils.functional.__proxy__ object>

Error if MFA is unexpectedly in an enabled state.

deux.strings.INVALID_BACKUP_CODE_ERROR = <django.utils.functional.__proxy__ object>

Error if an invalid backup code is entered.

deux.strings.INVALID_CREDENTIALS_ERROR = <django.utils.functional.__proxy__ object>

Error if a user provides an invalid username/password combination.

deux.strings.INVALID_MFA_CODE_ERROR = <django.utils.functional.__proxy__ object>

Error if an invalid MFA code is entered.

deux.strings.INVALID_PHONE_NUMBER_ERROR = <django.utils.functional.__proxy__ object>

Error if an invalid phone number is entered.

deux.strings.MFA_CODE_TEXT_MESSAGE = <django.utils.functional.__proxy__ object>

Message body for a MFA code.

deux.strings.PHONE_NUMBER_NOT_SET_ERROR = <django.utils.functional.__proxy__ object>

Error if phone number is not set for a challenge that requires it.

deux.strings.SMS_SEND_ERROR = <django.utils.functional.__proxy__ object>

Error if SMS fails to send.