Bug 442642

Summary: [Widget] Use inline password field
Product: [Unmaintained] Plasma Vault Reporter: popov895 <popov895>
Component: generalAssignee: Ivan Čukić <ivan.cukic>
Status: RESOLVED INTENTIONAL    
Severity: wishlist CC: popov895
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: Entering the password in the Network Manager widget

Description popov895 2021-09-18 10:07:41 UTC
Created attachment 141673 [details]
Entering the password in the Network Manager widget

SUMMARY

Currently, when mounting the vault, the password is entered in a separate dialog. It would be nice if the password is entered in the inline password field in the widget (as in the Network Manager applet).

SOFTWARE/OS VERSIONS

Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.22.80
KDE Frameworks Version: 5.86.0
Qt Version: 5.15.3
Graphics Platform: X11
Comment 1 Ivan Čukić 2021-09-19 09:35:44 UTC
This is a nice idea. But as the things currently stand, this can not be done without inter-process communication, and I don't want the password to be sent between processes for security reasons.

(Vault is held to a higher security requirements than NM)