From 33de45a2f58df579040a647df2e8a4f3a345d86c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Blackie=20=F0=9F=AA=BF?= Date: Thu, 29 May 2025 14:26:01 +0100 Subject: [PATCH] Update installation doc --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index b7964f6b1..2a47aa451 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -36,7 +36,7 @@ Add the following apps to the ``INSTALLED_APPS``: 'django_otp.plugins.otp_email', # <- for email capability. 'otp_yubikey', # <- for yubikey capability. 'two_factor', - 'two_factor.plugins.phonenumber', # <- for phone number capability. + 'two_factor.plugins.phonenumber', # <- Required, even if phone is not used. 'two_factor.plugins.email', # <- for email capability. 'two_factor.plugins.yubikey', # <- for yubikey capability. ]