Since you're using Ubuntu, you need to either enable the root account, or make sure your user account is a member of the 'lpadmin' group first. That can be done with
Code:
sudo usermod -aG lpadmin <username>
*Replace <username> with your actual username.
Then you should be able to enter your regular username and password to administer CUPS.
The 'SystemGroup' directive in /etc/cups/cupsd.conf controls the administrator access, so doing the following
Code:
cat /etc/cups/cupsd.conf |grep Sys
should confirm the group required.