https://bugs.kde.org/show_bug.cgi?id=466431
Bug ID: 466431
Summary: Users KCM should provide field to set password hint
Classification: Applications
Product: systemsettings
Version: master
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: kcm_users
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
SUMMARY
Apparently, in org.freedesktop.Accounts service provides PasswordHint property
and setter method for users:
# qdbus --system org.freedesktop.Accounts /org/freedesktop/Accounts/User1006
org.freedesktop.Accounts.User.SetPasswordHint 'string:Yahaha!'
$ qdbus --system --literal org.freedesktop.Accounts
/org/freedesktop/Accounts/User1006 org.freedesktop.Accounts.User.PasswordHint
[Variant(QString): "string:Yahaha!"]
But in KCM there's no UI for it. And neither it is displayed in SDDM (but
that's a topic for a separate bug report).
STEPS TO REPRODUCE
1. Open Users KCM.
OBSERVED RESULT
No UI fo rit.
EXPECTED RESULT
to be able to set and see password hint.
--
You are receiving this mail because:
You are watching all bug changes.