Add new user to sudoers:
$ vi /etc/sudoers
username ALL=(ALL) NOPASSWD:ALL
To request password remove NOPASSWD:
username ALL=(ALL) ALL