I was looking to not enter my password when I am logging in, so I tried running sudo visudo
and changed ALL=(ALL) ALL
to ALL=(ALL) NOPASSWD: ALL
. Which didn't work. So, I changed it back. Now, my password doesn't work when I try to log in.
Asked
Active
Viewed 54 times
1

יובל הופמן
- 11
/etc/sudoers
file is for granting permissions to use sudo. Can you see if you can still log in at the prompt you get if you press CTRL+ALT+F2? – Grammargeek Jan 21 '16 at 21:01