[yast-commit] r64855 - in /branches/SuSE-Code-11-SP2-Branch/users: VERSION package/yast2-users.changes src/UsersSimple.pm src/widgets.ycp testsuite/tests/CheckPassword.out
Author: jsuchome Date: Fri Jul 15 12:48:28 2011 New Revision: 64855 URL: http://svn.opensuse.org/viewcvs/yast?rev=64855&view=rev Log: - fixed typos (bnc#703227) - adapted testsuite - 2.17.47 Modified: branches/SuSE-Code-11-SP2-Branch/users/VERSION branches/SuSE-Code-11-SP2-Branch/users/package/yast2-users.changes branches/SuSE-Code-11-SP2-Branch/users/src/UsersSimple.pm branches/SuSE-Code-11-SP2-Branch/users/src/widgets.ycp branches/SuSE-Code-11-SP2-Branch/users/testsuite/tests/CheckPassword.out Modified: branches/SuSE-Code-11-SP2-Branch/users/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/users/VERSION?rev=64855&r1=64854&r2=64855&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/users/VERSION (original) +++ branches/SuSE-Code-11-SP2-Branch/users/VERSION Fri Jul 15 12:48:28 2011 @@ -1 +1 @@ -2.17.46 +2.17.47 Modified: branches/SuSE-Code-11-SP2-Branch/users/package/yast2-users.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/users/package/yast2-users.changes?rev=64855&r1=64854&r2=64855&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/users/package/yast2-users.changes (original) +++ branches/SuSE-Code-11-SP2-Branch/users/package/yast2-users.changes Fri Jul 15 12:48:28 2011 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Fri Jul 15 12:40:56 CEST 2011 - jsuchome@suse.cz + +- fixed typos (bnc#703227) +- adapted testsuite +- 2.17.47 + +------------------------------------------------------------------- Mon Apr 18 15:58:27 CEST 2011 - jsuchome@suse.cz - UMASK setting moved to /etc/default/useradd, /etc/login.defs Modified: branches/SuSE-Code-11-SP2-Branch/users/src/UsersSimple.pm URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/users/src/UsersSimple.pm?rev=64855&r1=64854&r2=64855&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/users/src/UsersSimple.pm (original) +++ branches/SuSE-Code-11-SP2-Branch/users/src/UsersSimple.pm Fri Jul 15 12:48:28 2011 @@ -641,7 +641,7 @@ $filtered = reverse $pw; if ($filtered eq $pw) { # popup question - return __("You have used a palindrom for the password."); + return __("You have used a palindrome for the password."); } # check for numbers Modified: branches/SuSE-Code-11-SP2-Branch/users/src/widgets.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/users/src/widgets.ycp?rev=64855&r1=64854&r2=64855&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/users/src/widgets.ycp (original) +++ branches/SuSE-Code-11-SP2-Branch/users/src/widgets.ycp Fri Jul 15 12:48:28 2011 @@ -244,7 +244,7 @@ You have changed the default encryption for user passwords.</p>") + // help text 2/3 - _("<p>It seems that you are running a NIS server. In some network enviroments, + _("<p>It seems that you are running a NIS server. In some network environments, you could be unable to log in to a NIS client when a user password is encrypted with a method other than DES. </p> Modified: branches/SuSE-Code-11-SP2-Branch/users/testsuite/tests/CheckPassword.out URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/users/testsuite/tests/CheckPassword.out?rev=64855&r1=64854&r2=64855&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/users/testsuite/tests/CheckPassword.out (original) +++ branches/SuSE-Code-11-SP2-Branch/users/testsuite/tests/CheckPassword.out Fri Jul 15 12:48:28 2011 @@ -7,7 +7,7 @@ Execute .crack "12345" "" Return ["You have used only digits for the password."] Execute .crack "aaaQQaaa" "" -Return ["You have used a palindrom for the password."] +Return ["You have used a palindrome for the password."] Execute .crack "1a" "" Return ["The password should have at least 5 characters."] Return nil -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jsuchome@svn2.opensuse.org