Setup automator: Fix bug in password comparison. Closes: #517654

master
Joey Hess 2009-03-01 15:01:08 -05:00
parent 0bd54afd98
commit 062f87ce38
2 changed files with 7 additions and 1 deletions

View File

@ -120,7 +120,7 @@ sub import (@) {
print "Confirm password: ";
chomp($password2=<STDIN>);
last if $password2 ne $password;
last if $password2 eq $password;
print "Password mismatch.\n\n";
}

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
ikiwiki (3.06) UNRELEASED; urgency=low
* Setup automator: Fix bug in password comparison. Closes: #517654
-- Joey Hess <joeyh@debian.org> Sun, 01 Mar 2009 15:00:39 -0500
ikiwiki (3.05) unstable; urgency=low
* debhelper v7(.0.50); rules file minimisation.