From 0eea535e6e427fc09b0e8897c6bc8bccc295bb25 Mon Sep 17 00:00:00 2001 From: MatMaul Date: Thu, 10 Aug 2023 09:11:55 +0000 Subject: [PATCH] deploy: dac97642e41f3f4bc0deff0c80b6a3f7acb4dbc0 --- develop/admin_api/user_admin_api.html | 3 +++ develop/print.html | 7 +++++++ develop/searchindex.js | 2 +- develop/searchindex.json | 2 +- develop/usage/configuration/config_documentation.html | 4 ++++ 5 files changed, 16 insertions(+), 2 deletions(-) diff --git a/develop/admin_api/user_admin_api.html b/develop/admin_api/user_admin_api.html index 0acc361803..f4c4bf5c91 100644 --- a/develop/admin_api/user_admin_api.html +++ b/develop/admin_api/user_admin_api.html @@ -296,6 +296,9 @@ granting them access to the Admin API, among other things.

  • deactivated - bool, optional. If unspecified, deactivation state will be left unchanged.

    +
  • +
  • +

    locked - bool, optional. If unspecified, locked state will be left unchanged.

    Note: the password field must also be set if both of the following are true:

    Example configuration:

    user_directory:
         enabled: false
         search_all_users: true
         prefer_local_users: true
    +    show_locked_users: true
     

    @@ -13893,6 +13897,9 @@ granting them access to the Admin API, among other things.

  • deactivated - bool, optional. If unspecified, deactivation state will be left unchanged.

    +
  • +
  • +

    locked - bool, optional. If unspecified, locked state will be left unchanged.

    Note: the password field must also be set if both of the following are true:

    Example configuration:

    user_directory:
         enabled: false
         search_all_users: true
         prefer_local_users: true
    +    show_locked_users: true