Abhishekmishra2808 opened a new pull request, #3557:
URL: https://github.com/apache/nuttx-apps/pull/3557
## Summary
* Companion to apache/nuttx https://github.com/apache/nuttx/pull/19209
* Changes `NSH_LOGIN_USERNAME` default from `admin` to `root`.
* Removes insecure password fallbacks (`Administrator`, `nuttx`).
* Fails the build when `NSH_LOGIN_FIXED=y` and password is empty.
BREAKING CHANGE: Set `CONFIG_NSH_LOGIN_PASSWORD` in menuconfig at
**Application Configuration ---> NSH Library ---> Verification method --->
Fixed username/password ---> Login password** before building with
`CONFIG_NSH_LOGIN_FIXED=y`.
## Test plan
- `NSH_LOGIN_FIXED=y` + empty password → build fails
- Set password in menuconfig → build succeeds
- checkpatch passes
--
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]