From 76bf3ba7674ae3a2d41e1864aba797c15a7fb04b Mon Sep 17 00:00:00 2001 From: Tim Brooks Date: Thu, 29 Jun 2017 16:23:58 -0500 Subject: [PATCH] Bring back disabling-default-password docs section There are multiple references to this section in different areas of the documentation. This commit brings back this section to fix the build. A more extensive PR updating the documentation for "no default password" work will follow up. Original commit: elastic/x-pack-elasticsearch@0378e78c8af9d5a31081ac93f8eb21c8b838c601 --- docs/en/security/authentication.asciidoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/en/security/authentication.asciidoc b/docs/en/security/authentication.asciidoc index 46dc2122af3..73895931a60 100644 --- a/docs/en/security/authentication.asciidoc +++ b/docs/en/security/authentication.asciidoc @@ -113,6 +113,16 @@ PUT _xpack/security/user/logstash_system/_enable // CONSOLE ============================================================================= +[float] +[[disabling-default-password]] +==== Disable Default Password Functionality +[IMPORTANT] +============================================================================= +This setting is deprecated. The elastic user no longer has a default password. The password must +be set before the user can be used. + +============================================================================= + [float] [[internal-users]] === Internal Users