User's password isn't accepted when called with invalid command
Open
- Dominant language
- C
- Stars
- 44
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
Try to execute for example: `sudo blaablaa`
When you enter your correct sudo password, it isn't accepted, instead you just get: Sorry, try again.
What you should get is: `sudo: blaablaa: command not found`
`sudo false` also does the same, so if the command returns false, password is never accepted.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.