Good day. One day I decided to remove the logon password from the setting. After that when I tried to change my other settings eg : install another language, Ubuntu states it required Authentication despite me removing the logon password in the setting. And when I entered the password (after removing) to authorize me, it says the password is wrong. Can anyone help? Sorry for my poor English.
Asked
Active
Viewed 96 times
1 Answers
0
Yes, as minerz209 says you can try leaving the password empty. However, if that doesn't solve your issue and as from your statement i believe that its the SUDO password, you're referring to .
Hence while installing new software or editing critical configuration files, it will still prompt for it. In this case If you're sure you want to remove this requirement, you can try the following command or bash
sudo visudo
Find this line:(CTRL+W)
%sudo ALL=(ALL) ALL
Edit the line:
%sudo ALL=(ALL) NOPASSWD: ALL
Thats it, in terminal you can simply become root as sudo su and while using aptitude or others like USC, you just need to confirm you are giving the credential.
Hope this helps.

Nocturnalknight
- 180
authentication-required-to-install-plug-ins-and-application
– migrator Oct 07 '13 at 05:55