diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index c6d6d5b1dc..3c5ebe8383 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -4784,7 +4784,7 @@ CONFIG_NSH_LOGIN_USERNAME=admin CONFIG_NSH_LOGIN_PASSWORD="Administrator"

- This is not very flexible since there can be only one user and the password if fixed in the FLASH image. This option is also not very secure because a maliscious user could get the password by just looking at the .text stings in the flash image. + This is not very flexible since there can be only one user and the password is fixed in the FLASH image. This option is also not very secure because a malicious user could get the password by just looking at the .text stings in the flash image.

@@ -4908,9 +4908,12 @@ nsh>

Now rebuild the simulation. No login should be required to enter the - shell and you should find the useradd, userdel, and passwd commands - available in the help summary. + shell and you should find the useradd, userdel, and passwd commands available in the help summary, provided that they are enabled. + Make certain that the useradd command is not disabled:

+

Use the NSH useradd command to add new uses with new user passwords like: