Skip to content

Commit

Permalink
docs(mfa): Added instructions for settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
half-of-a-glazier authored and pennersr committed Feb 14, 2024
1 parent 627e40c commit 1aa76e4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/mfa/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,14 @@ Authentication. It supports:
Note that in order to use this functionality you need to install the ``mfa`` extras of the ``django-allauth`` package::

pip install django-allauth[mfa]

Remember to add the app to
the ``settings.py`` of your project::

INSTALLED_APPS = [
...
# The required `allauth` apps
...
'allauth.mfa',
...
]

0 comments on commit 1aa76e4

Please sign in to comment.