| Summary: | empty text field for passwords | ||
|---|---|---|---|
| Product: | [Unmaintained] user-manager | Reporter: | Jonathan Riddell <jr> |
| Component: | kcontrol module | Assignee: | Alex Fiestas <afiestas> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | alex19930329, nate |
| Priority: | NOR | Keywords: | usability |
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/user-manager/52ea204e39d5160d72066a573ec180baff4b0b63 | Version Fixed/Implemented In: | 5.17.0 |
| Sentry Crash Report: | |||
|
Description
Jonathan Riddell
2013-12-11 13:47:07 UTC
Note that KDE has a global setting for showing none, one, or three dots for each password character, so the user can already decide. I don't get this bug, if you switch the user all data you introduced is reset as you point in this other bug: https://bugs.kde.org/show_bug.cgi?id=328662. Are they duplicates then? If you can provide the information requested in comment #2, please add it. Closing bug for lack of feedback. Please if you are still able to reproduce this bug re-open it! Still a problem. *** Bug 411143 has been marked as a duplicate of this bug. *** Git commit 52ea204e39d5160d72066a573ec180baff4b0b63 by Méven Car.
Committed on 23/08/2019 at 14:23.
Pushed by meven into branch 'master'.
Replace the PasswordEdit field by a changePassword QPushButton, remove foreach uses
Summary:
The current behavior to change password is quite unfriendly to say the least.
Clicking in a line field to open a dialog is not logical.
Replace this with a much simpler button leading to the dialog.
Test Plan:
Compile
kcmshell5 user_manager
Tried changing your password
Tried adding a user
Before:
{F7269649}
After:
{F7269690}
Reviewers: #plasma, ngraham, davidedmundson, sitter, #vdg, GB_2
Reviewed By: #plasma, ngraham, davidedmundson, #vdg, GB_2
Subscribers: nicolasfella, GB_2, plasma-devel
Tags: #plasma, #vdg
Differential Revision: https://phabricator.kde.org/D23337
M +0 -1 src/CMakeLists.txt
M +5 -13 src/account.ui
M +7 -23 src/accountinfo.cpp
M +2 -1 src/accountinfo.h
M +2 -2 src/avatargallery.cpp
M +2 -2 src/lib/accountmodel.cpp
M +2 -2 src/lib/usersessions.cpp
D +0 -32 src/passwordedit.cpp
D +0 -39 src/passwordedit.h
https://commits.kde.org/user-manager/52ea204e39d5160d72066a573ec180baff4b0b63
|