*** This bug is a duplicate of bug 661272 ***
https://bugs.launchpad.net/bugs/661272
** This bug has been marked a duplicate of bug 661272
changing user password causes hang in users-admin
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subs
Hi,
here a patch of src/users/run-passwd.c that allows me to do
multiples mistakes when trying to change my password.
** Patch added: "patch for src/users/run-passwd.c"
https://bugs.launchpad.net/ubuntu/+source/gnome-system-tools/+bug/661272/+attachment/4619463/+files/run-passwd.c.patch
so it seems for my case that we are stuck in "case PASSWD_STATE_NEW" of
io_watch_stdout, because of an error of "Authentication token
manipulation error".
If i force the state to go to PASSWD_STATE_RETYPE by adding
else if(is_string_complete (str->str, "token", NULL)) {
On Ubuntu 16.06 (daily build 23/02/2016), the interface is not the same as in
gnome-system-tools, but one can see that
the filesrc/users/run-passwd.c present in
gnome-system-tools
was reused inpanels/user-accounts/run-passwd.c in ubuntu-control-center
with some m
update to previous test
fill current password
fill new password with current password
fill confirmation with current password
click ok
get the error message that new password is the same
focus on current password
fill new password with a new password
fill confirmation with a new password ( withou
some infos :
Test :
fill current password
fill new password with current password
fill confirmation with current password
click ok
get the error message that new password is the same
fill new password with a new password
fill confirmation with a new password ( without error ! )
Here two case
Hi,
bug append also in Xubuntu 14.04.03.
It is a very annoying bug for people who install distros with a generic
password. Once the pc is delivered, the first thing to do is to change
the password and a lot of time the user make a "fatal" mistakeā¦
Some informations i gathered for now :
O