GNOME Bugzilla – Bug 788122
Change the current user password to a very simple one, the windows will hang there and do nothing.
Last modified: 2017-09-25 12:48:41 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.
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...
Review of attachment 360347 [details] [review]: Thanks, Ondrej! Now it works like a charm.
Thhanks for review! Attachment 360347 [details] pushed as 51c9a32 - user-accounts: Fix password strenght check
Pushed to stable as well...