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

Christian Perrier pkg-shadow-devel@lists.alioth.debian.org
Mon, 13 Jun 2005 21:51:18 +0000


Author: bubulle
Date: 2005-06-13 21:51:17 +0000 (Mon, 13 Jun 2005)
New Revision: 248

Modified:
   trunk/debian/changelog
   trunk/debian/passwd.config
Log:
Re-enable the password confirmation question at critical priority
Closes: #304350


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-06-13 18:25:05 UTC (rev 247)
+++ trunk/debian/changelog	2005-06-13 21:51:17 UTC (rev 248)
@@ -10,6 +10,9 @@
     - debian/login.defs:
       Make SU_PATH and PATH consistent with the values used in /etc/profile
       Closes: #286616
+    - debian/passwd.config:
+      Re-enable the password confirmation question at critical priority
+      Closes: #304350
   * Debconf translation updates:
     - Estonian added. Close: #312471
   * Man pages translation updates:

Modified: trunk/debian/passwd.config
===================================================================
--- trunk/debian/passwd.config	2005-06-13 18:25:05 UTC (rev 247)
+++ trunk/debian/passwd.config	2005-06-13 21:51:17 UTC (rev 248)
@@ -125,7 +125,7 @@
 			# priority, so it may not always be seen. If
 			# it isn't, don't compare passwords.
 			COMPARE_PW=''
-			db_input high passwd/root-password-again \
+			db_input critical passwd/root-password-again \
 				&& COMPARE_PW=1 || true
 		fi
 	;;
@@ -202,7 +202,7 @@
 			db_input critical passwd/username || true
 			db_input critical passwd/user-password || true
 			COMPARE_PW=''
-			db_input high passwd/user-password-again \
+			db_input critical passwd/user-password-again \
 				&& COMPARE_PW=1 || true
 		fi
 	;;