GNOME Bugzilla – Bug 619354
[about-me] Don't hang when new and old password are too similar
Last modified: 2010-05-22 11:29:51 UTC
Yet another patch to avoid hanging when new password is too similar to the next one. I've applied this to users-admin, OK to commit here?
Created attachment 161712 [details] [review] [about-me] Don't hang when new and old password are too similar If new password is really close to the old one, 'passwd' says: "Bad: new password must be different than the old one". Handle this case too, instead of hanging.
Pushed as 5386702 (only numbers!), thanks for the feedback!