From 5b414d32ef2353aa4b4da1febf212023811fdb4a Mon Sep 17 00:00:00 2001 From: andrum993 <137400510+andrum993@users.noreply.github.com> Date: Mon, 15 Jan 2024 17:14:11 +0000 Subject: [PATCH] Correct password length limit Per https://github.com/raspberrypi/rpi-imager/pull/741/files, the newly imposed limit on username length is 31 characters, not 32. --- documentation/asciidoc/computers/configuration/headless.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/configuration/headless.adoc b/documentation/asciidoc/computers/configuration/headless.adoc index 30b8709e2..b9b58ba1d 100644 --- a/documentation/asciidoc/computers/configuration/headless.adoc +++ b/documentation/asciidoc/computers/configuration/headless.adoc @@ -37,7 +37,7 @@ At the root of your SD card, create a file named `userconf.txt`. This file should contain a single line of text, consisting of `:`: your desired username, followed immediately by a colon, followed immediately by an *encrypted* representation of the password you want to use. -NOTE: `` must only contain lower-case letters, digits and hyphens, and must start with a letter. It must not be longer than 32 characters. +NOTE: `` must only contain lower-case letters, digits and hyphens, and must start with a letter. It must not be longer than 31 characters. To generate the encrypted password, use https://www.openssl.org[OpenSSL] on another computer. Open a terminal and enter the following: