Skip to content

Commit 2c01924

Browse files
authored
Docs: fix verbiage for enforced 2FA (#205)
We're not requiring them to be a superuser [to use 2FA], we're requiring them to use 2FA if they're a superuser.
1 parent 99737c0 commit 2c01924

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/advanced.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ or being in a particular group). This is implemented by subclassing the
1010
``require_2fa`` method on it. This middleware needs to be added to your
1111
``MIDDLEWARE_CLASSES`` setting.
1212

13-
For example, to require a user to be a superuser:
13+
For example, to require superusers to use 2FA:
1414

1515
.. code-block:: python
1616

0 commit comments

Comments
 (0)