diff --git a/source/guides/admin.rst b/source/guides/admin.rst index 650d300741e715ed826565d350c0be4ec5d37210..3a538ec962c35c12a614f00b0b1122780de4e085 100644 --- a/source/guides/admin.rst +++ b/source/guides/admin.rst @@ -17,6 +17,17 @@ Manage Users 8. Click on one of the saving options +.. _admin-unlock: + +Unlock locked Users +=================== + +There can be different reasons why a user has been locked: + +1. **Account has expired**: Update the expiration date (see :ref:`admin-users`) +2. **Too many login attempts**: See `djang-axes `_ + + .. _admin-roles: Customize Roles diff --git a/source/roles.rst b/source/roles.rst index 049380411ff8e5333589eabad218500724aff18c..5e0201179a594ead331aaeae17b03ffb2f3759a1 100644 --- a/source/roles.rst +++ b/source/roles.rst @@ -112,6 +112,7 @@ Administrator Relevant guides: - :ref:`admin-users` +- :ref:`admin-unlock` - :ref:`admin-roles` - :ref:`consent-document`