[Pkg-shadow-commits] r290 - trunk/debian

Christian Perrier pkg-shadow-devel@lists.alioth.debian.org
Wed, 22 Jun 2005 06:48:27 +0000


Author: bubulle
Date: 2005-06-22 06:48:26 +0000 (Wed, 22 Jun 2005)
New Revision: 290

Modified:
   trunk/debian/changelog
   trunk/debian/passwd.config
Log:
Do not prompt again for the login name when the password and its
confirmation do not match
Closes: #245332


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-06-21 23:44:57 UTC (rev 289)
+++ trunk/debian/changelog	2005-06-22 06:48:26 UTC (rev 290)
@@ -24,8 +24,11 @@
         is obsoleted when using PAM
         Closes: #87301
     - debian/passwd.config:
-      Re-enable the password confirmation question at critical priority
-      Closes: #304350
+      - Re-enable the password confirmation question at critical priority
+        Closes: #304350
+      - Do no prompt again for the login name when the two passwords don't
+        match while creating a new user
+	Closes: #245332
     - debian/add-shell.sh, debian/remove-shell.sh, debian/shadowconfig.sh,
       debian/passwd.config, debian/passwd.postinst:
       - checked for bashisms, replaced "#!/bin/bash" with "#!/bin/sh",

Modified: trunk/debian/passwd.config
===================================================================
--- trunk/debian/passwd.config	2005-06-21 23:44:57 UTC (rev 289)
+++ trunk/debian/passwd.config	2005-06-22 06:48:26 UTC (rev 290)
@@ -233,7 +233,7 @@
 				db_input critical passwd/password-mismatch
 				db_fset passwd/user-password seen false
 				db_fset passwd/user-password-again seen false
-				STATE=5
+				STATE=8
 				continue
 			fi
 			if [ -z "$USER_PW" ]; then
@@ -243,7 +243,7 @@
 				db_input critical passwd/password-empty
 				db_fset passwd/user-password seen false
 				db_fset passwd/user-password-again seen false
-				STATE=5
+				STATE=8
 				continue
 			fi