xiaoxiang781216 commented on code in PR #19209:
URL: https://github.com/apache/nuttx/pull/19209#discussion_r3468445287


##########
boards/Kconfig:
##########
@@ -5559,36 +5559,38 @@ config BOARD_ETC_ROMFS_PASSWD_ENABLE
                in libs/libc/misc/lib_tea_encrypt.c.  The plaintext password is
                never stored in the firmware image.
 
-               See Documentation/components/passwd_autogen.rst for details.
+               See Documentation/components/tools/index.rst (mkpasswd section) 
for
+               details.
 
 if BOARD_ETC_ROMFS_PASSWD_ENABLE
 
 config BOARD_ETC_ROMFS_PASSWD_USER
-       string "Admin username"
+       string "Root username"
        default "root"
        ---help---
                The username for the auto-generated /etc/passwd entry.
 
 config BOARD_ETC_ROMFS_PASSWD_PASSWORD
-       string "Admin password (required)"
-       default "Administrator"
+       string "Root password (required)"
+       default ""

Review Comment:
   remove, the default value to ensure the user enter the password in defconfig



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to