Hello community, here is the log from the commit of package yast2-users for openSUSE:Factory checked in at 2013-12-16 07:19:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-users (Old) and /work/SRC/openSUSE:Factory/.yast2-users.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-users" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-users/yast2-users.changes 2013-12-12 11:27:53.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-users.new/yast2-users.changes 2013-12-16 07:19:56.000000000 +0100 @@ -1,0 +2,6 @@ +Fri Dec 13 10:44:23 CET 2013 - [email protected] + +- added possibility to delete user although it has some processes + running (bnc#849870) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-users-3.1.4.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-users-3.1.4/package/yast2-users.changes new/yast2-users-3.1.4/package/yast2-users.changes --- old/yast2-users-3.1.4/package/yast2-users.changes 2013-12-11 13:55:52.000000000 +0100 +++ new/yast2-users-3.1.4/package/yast2-users.changes 2013-12-13 10:47:56.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Fri Dec 13 10:44:23 CET 2013 - [email protected] + +- added possibility to delete user although it has some processes + running (bnc#849870) + +------------------------------------------------------------------- Mon Dec 9 14:26:06 UTC 2013 - [email protected] - fixed "can't modify frozen String" error (bnc#854495) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-users-3.1.4/src/include/users/widgets.rb new/yast2-users-3.1.4/src/include/users/widgets.rb --- old/yast2-users-3.1.4/src/include/users/widgets.rb 2013-12-11 13:55:52.000000000 +0100 +++ new/yast2-users-3.1.4/src/include/users/widgets.rb 2013-12-13 10:47:56.000000000 +0100 @@ -1114,15 +1114,10 @@ return nil end - if UserLogged(username) - # error popup - Report.Error( - _( - "You cannot delete this user, because the user is\n" + - "currently logged in.\n" + - "Log the user out first." - ) - ) + if UserLogged(username) && + # Continue/Cancel popup + !Popup.ContinueCancel(_("The user seems to be currently logged in. +Continue anyway?")) delete = false return nil end -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
