After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 788122 - Change the current user password to a very simple one, the windows will hang there and do nothing.
Change the current user password to a very simple one, the windows will hang ...
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: User Accounts
3.26.x
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-09-25 10:09 UTC by Qing Wang
Modified: 2017-09-25 12:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
user-accounts: Fix password strenght check (2.12 KB, patch)
2017-09-25 12:32 UTC, Ondrej Holy
committed Details | Review

Description Qing Wang 2017-09-25 10:09:48 UTC
Steps:
1. Run gnome-control-center
2. Navigate to "Users" which is under the "Details" item.
3. Input the current password
4. Input a very simple password (e.g. a) and verify it. 
5. Click the "Change" button

Actual Result:
The window will hang there. Change password failed.

Note:
In the earlier Gnome 3.24, the behavior is different. 
If we try to change the current user password to a very simple one, it is not allowed. The "Change" button is gray and disabled.
Comment 1 Ondrej Holy 2017-09-25 12:32:17 UTC
Created attachment 360347 [details] [review]
user-accounts: Fix password strenght check

It is possible to use weak passwords in dialogs currently, which is
not intentional and leads to problems in case of changing password of
current user. This regression was introduced by Bug 780002, which added
new strength level for weak passwords. Let's reflect the new level also
when setting sensitivity...
Comment 2 Felipe Borges 2017-09-25 12:40:45 UTC
Review of attachment 360347 [details] [review]:

Thanks, Ondrej!

Now it works like a charm.
Comment 3 Ondrej Holy 2017-09-25 12:47:14 UTC
Thhanks for review!

Attachment 360347 [details] pushed as 51c9a32 - user-accounts: Fix password strenght check
Comment 4 Ondrej Holy 2017-09-25 12:48:41 UTC
Pushed to stable as well...