Skip to content

Commit

Permalink
docs corrections, closes #113
Browse files Browse the repository at this point in the history
Thanks go to @xrdy511623 and @consideRatio
  • Loading branch information
lambdaTotoro committed Oct 29, 2020
1 parent 32ea9e7 commit 4af9966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You can also add a minimum password length that the user must have. To do this a

.. code-block:: python
c.Authenticator.minimim_password_length = 10
c.Authenticator.minimum_password_length = 10
If any of this configuration is available, the user will receive this message on SignUp:

Expand Down Expand Up @@ -119,7 +119,7 @@ To do so, add the following line on the config file:

.. code-block:: python
c.Authenticator.add_two_factor_authentication = True
c.Authenticator.allow_2fa = True
Users will receive a message after signup with the two factor authentication code:

Expand Down

0 comments on commit 4af9966

Please sign in to comment.