[Bug 463353] Re: [users-admin] Modifying user password has no effect

2009-11-04 Thread Milan Bouchet-Valat
** Bug watch added: GNOME Bug Tracker #600602
   https://bugzilla.gnome.org/show_bug.cgi?id=600602

** Changed in: system-tools-backends
   Importance: Undecided = Unknown

** Changed in: system-tools-backends
   Status: Fix Committed = Unknown

** Changed in: system-tools-backends
 Remote watch: None = GNOME Bug Tracker #600602

-- 
[users-admin] Modifying user password has no effect
https://bugs.launchpad.net/bugs/463353
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to system-tools-backends in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 463353] Re: [users-admin] Modifying user password has no effect

2009-11-03 Thread Fritz Heinrichmeyer
the patch mentioned in #11 inserts no line for password change it is the
same as referred to in #2

-- 
[users-admin] Modifying user password has no effect
https://bugs.launchpad.net/bugs/463353
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to system-tools-backends in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 463353] Re: [users-admin] Modifying user password has no effect

2009-11-03 Thread Milan Bouchet-Valat
Gosh, one mistake brings another... Here is the patch for the present
bug.

** Attachment added: 0001-Fix-user-password-modification.patch
   
http://launchpadlibrarian.net/35022067/0001-Fix-user-password-modification.patch

** Attachment removed: fix-modifying-users.patch
   http://launchpadlibrarian.net/34989347/fix-modifying-users.patch

-- 
[users-admin] Modifying user password has no effect
https://bugs.launchpad.net/bugs/463353
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to system-tools-backends in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 463353] Re: [users-admin] Modifying user password has no effect

2009-11-03 Thread Milan Bouchet-Valat
Rationale for SRU:
- changing a user password fails with any user other than self, so this leaves 
Karmic without GUI to do that
- this fix merely brings back a line that should never have been removed since 
Jaunty, so there's basically no risk
- already applied upstream in the same form, should be available in 2.8.3

-- 
[users-admin] Modifying user password has no effect
https://bugs.launchpad.net/bugs/463353
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to system-tools-backends in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 463353] Re: [users-admin] Modifying user password has no effect

2009-11-03 Thread Fritz Heinrichmeyer
with patch in #13 AND the previous @command vs. $command patch system-
tools-backends are now OK for me.

-- 
[users-admin] Modifying user password has no effect
https://bugs.launchpad.net/bugs/463353
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to system-tools-backends in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 463353] Re: [users-admin] Modifying user password has no effect

2009-11-02 Thread Milan Bouchet-Valat
Thanks for the feedback. So if that doesn't work, could you follow the
procedure I described in my first comment?

** Summary changed:

- [users-admin] Modifying settings of an existing user has no effect
+ [users-admin] Modifying user password has no effect

** Changed in: system-tools-backends
   Status: Fix Committed = Incomplete

** Changed in: system-tools-backends (Ubuntu)
   Status: Confirmed = Incomplete

-- 
[users-admin] Modifying user password has no effect
https://bugs.launchpad.net/bugs/463353
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to system-tools-backends in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 463353] Re: [users-admin] Modifying user password has no effect

2009-11-02 Thread Fritz Heinrichmeyer
i will try, but in my impression when i look at sub change_user in
Users.pm with geany, i have the impression as if there where actions
concerning passwords explicitly programmed only for FreeBSD and SunOS.

-- 
[users-admin] Modifying user password has no effect
https://bugs.launchpad.net/bugs/463353
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to system-tools-backends in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 463353] Re: [users-admin] Modifying user password has no effect

2009-11-02 Thread Fritz Heinrichmeyer
i tried again with the following pasted and started in a terminal window
and was still not able to change  the password of the other user  with
an immediate effect.


fr...@jfh00:~$ sudo killall /usr/bin/perl; sudo 
/usr/share/system-tools-backends-2.0/scripts/SystemToolsBackends.pl -m 
UsersConfig

-- 
[users-admin] Modifying user password has no effect
https://bugs.launchpad.net/bugs/463353
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to system-tools-backends in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 463353] Re: [users-admin] Modifying user password has no effect

2009-11-02 Thread Fritz Heinrichmeyer
PS: the change had no effect at all.

-- 
[users-admin] Modifying user password has no effect
https://bugs.launchpad.net/bugs/463353
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to system-tools-backends in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 463353] Re: [users-admin] Modifying user password has no effect

2009-11-02 Thread Milan Bouchet-Valat
Yeah, you're right, that's what I eventually found out too. I've removed
that line when fixing something else in the latest release. I know it
was risky to commit such changes in a stable release, but I'd have
thought we'd have discovered it before. Next cycle we'll make
development releases to avoid those failures. Thanks for noticing it!

This fully applies for a Stable Release Update, attached patch also
fixes bug 468922, since both problems come from typos in the same
function. Easy to review and really nice to have.

** Attachment added: fix-modifying-users.patch
   http://launchpadlibrarian.net/34989347/fix-modifying-users.patch

** Changed in: system-tools-backends
   Status: Incomplete = Fix Committed

** Changed in: system-tools-backends (Ubuntu)
   Status: Incomplete = Confirmed

-- 
[users-admin] Modifying user password has no effect
https://bugs.launchpad.net/bugs/463353
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to system-tools-backends in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs