Summary: | No proper interface for changing a printer's password | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Gerald Senarclens de Grancy <oss> |
Component: | kcm_printer_manager | Assignee: | Daniel Nicoletti <dantti12> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | bugs.kde.org, bugsnmd, cfeck, nate, plasma-bugs-null, postix |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Adding a new printer allows writing credentials intuitively.
Configuring the printer doesn't offer an intuitive way of updating the password |
Description
Gerald Senarclens de Grancy
2013-01-21 13:25:52 UTC
Created attachment 76600 [details]
Configuring the printer doesn't offer an intuitive way of updating the password
PS: I'm using KDE SC 4.9.5 in Kubuntu 12.10. "system-config-printer-kde" is no longer maintained and has been replaced with "Print Manager" since KDE 4.10. The new version is a C++ rewrite of the old Python version, and may still lack some features or have some bugs. If this or another issue still needs to be addressed in KDE 4.10 or newer, please add a comment, or report it for "Print Manager". Unfortunately, this issue also reproduces in "Print Manager" in both KDE 4.10 and KDE 4.11. It would be great if it could be addressed as currently the "easiest" solution for regular users is to remove the printer and add it again (my university's policy is that users have to change their password at least once every 6 months). Thanks for the update, Gerald. Reassigning to Printer Manager developers. This applies to other types than Samba printers as well. Also, KWallet-integration would be a plus. *** Bug 322769 has been marked as a duplicate of this bug. *** Git commit 56144c185b0758e2e2a63330eb144797bd20e579 by Konrad Materka. Committed on 05/11/2019 at 12:04. Pushed by kmaterka into branch 'master'. Add "authenticate" action Summary: When printer/job requires authentication, for example SMB share, it is not possible to authenticate the job. This change adds "Authenticate" menu action. Part of the T11977 Test Plan: Add printer that requires authentincation, for example SMB share. Do not provide username nor password. Job will be held with status authentication error. Right click on the job, select "Authenticate" menu action. Reviewers: ndavis, dantti, ngraham, broulik Reviewed By: dantti Subscribers: kde-utils-devel Maniphest Tasks: T11977 Differential Revision: https://phabricator.kde.org/D25155 M +4 -0 libkcups/JobModel.cpp M +2 -1 libkcups/JobModel.h M +5 -0 libkcups/KCupsConnection.h M +15 -0 libkcups/KCupsJob.cpp M +3 -0 libkcups/KCupsJob.h M +5 -0 libkcups/KCupsPrinter.cpp M +1 -0 libkcups/KCupsPrinter.h M +10 -0 libkcups/KCupsRequest.cpp M +2 -0 libkcups/KCupsRequest.h M +135 -41 printqueue/PrintQueueUi.cpp M +1 -0 printqueue/PrintQueueUi.h https://commits.kde.org/print-manager/56144c185b0758e2e2a63330eb144797bd20e579 |