diff options
author | STEVEN ADAMS <166521727+hugehope@users.noreply.github.com> | 2024-04-17 21:18:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-17 21:18:25 +0200 |
commit | 3d6a8fd4ef0075a4beb7a0199290467a3ff1d8ff (patch) | |
tree | 2d41092d02dec8f5879a69efc4841e0162e5fe9d /docs | |
parent | Fix wsrelay connection leak (#15113) (diff) | |
download | awx-3d6a8fd4ef0075a4beb7a0199290467a3ff1d8ff.tar.xz awx-3d6a8fd4ef0075a4beb7a0199290467a3ff1d8ff.zip |
chore: remove repetitive words (#15101)
Signed-off-by: hugehope <cmm7@sina.cn>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docsite/rst/administration/oauth2_token_auth.rst | 2 | ||||
-rw-r--r-- | docs/docsite/rst/administration/social_auth.rst | 2 | ||||
-rw-r--r-- | docs/docsite/rst/administration/tipsandtricks.rst | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/docsite/rst/administration/oauth2_token_auth.rst b/docs/docsite/rst/administration/oauth2_token_auth.rst index d1af5b7b38..be21db6859 100644 --- a/docs/docsite/rst/administration/oauth2_token_auth.rst +++ b/docs/docsite/rst/administration/oauth2_token_auth.rst @@ -455,7 +455,7 @@ Revoking an access token by this method is the same as deleting the token resour The **Allow External Users to Create Oauth2 Tokens** (``ALLOW_OAUTH2_FOR_EXTERNAL_USERS`` in the API) setting is disabled by default. External users refer to users authenticated externally with a service like LDAP, or any of the other SSO services. This setting ensures external users cannot *create* their own tokens. If you enable then disable it, any tokens created by external users in the meantime will still exist, and are not automatically revoked. -Alternatively, you can use the ``manage`` utility, :ref:`ag_manage_utility_revoke_tokens`, to revoke tokens as described in the the :ref:`ag_token_utility` section. +Alternatively, you can use the ``manage`` utility, :ref:`ag_manage_utility_revoke_tokens`, to revoke tokens as described in the :ref:`ag_token_utility` section. This setting can be configured at the system-level in the AWX User Interface: diff --git a/docs/docsite/rst/administration/social_auth.rst b/docs/docsite/rst/administration/social_auth.rst index a30a9e4d61..4138b03ec9 100644 --- a/docs/docsite/rst/administration/social_auth.rst +++ b/docs/docsite/rst/administration/social_auth.rst @@ -378,7 +378,7 @@ the team will always be assigned to the single default organization. } -Team mappings may be specified separately for each account authentication backend, based on which of these you setup. When defined, these configurations take precedence over the the global configuration above. +Team mappings may be specified separately for each account authentication backend, based on which of these you setup. When defined, these configurations take precedence over the global configuration above. :: diff --git a/docs/docsite/rst/administration/tipsandtricks.rst b/docs/docsite/rst/administration/tipsandtricks.rst index 54cfa9dae9..bd6ca2216a 100644 --- a/docs/docsite/rst/administration/tipsandtricks.rst +++ b/docs/docsite/rst/administration/tipsandtricks.rst @@ -271,7 +271,7 @@ First, determine which is the updated module you want to use from the available Next, create a new directory, at the same directory level of your Ansible source playbooks, named ``/library``. -Once this is created, copy the module you want to use and drop it into the ``/library`` directory--it will be consumed first over your system modules and can be removed once you have updated the the stable version via your normal package manager. +Once this is created, copy the module you want to use and drop it into the ``/library`` directory--it will be consumed first over your system modules and can be removed once you have updated the stable version via your normal package manager. Using callback plugins with AWX |