Bug 350027

Summary: Printer module requests password and fails to verify it properly
Product: [Frameworks and Libraries] print-manager Reporter: Vit Pelcak <vit>
Component: generalAssignee: Daniel Nicoletti <dantti12>
Status: RESOLVED NOT A BUG    
Severity: normal CC: kde, notmart
Priority: NOR    
Version First Reported In: 18.04   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Vit Pelcak 2015-07-08 14:13:41 UTC
When I go to systemsettings5 -> Printers, prompt to provide user password for whatever strange reason appears (I'm logged in already after all).

Whenever I provide it, I'm notified I provided wrong password. All the time. I cannot do anything because of that and thus it renders this module useless.

Reproducible: Always
Comment 1 Kai Uwe Broulik 2015-07-08 14:38:53 UTC
Can you open a browser and go to http://localhost:631/ and see if administrating works there?
Comment 2 Vit Pelcak 2015-07-09 08:07:49 UTC
Hello.

Yes, it does.
Comment 3 Daniel Nicoletti 2018-07-25 15:55:06 UTC
What credentials are you providing? This password is negotiated with CUPS server, so it depends on CUPS configuration to authenticate you or not (not just because you have logged in). If you provide root and password on the web interface it should work on the system settings module too.
Comment 4 Vit Pelcak 2018-07-26 07:20:32 UTC
Hello.

You are right. By default, login name was provided, but root credentials are needed.

Then it works.

Feel free to close. Thank you.