Index: wp-includes/post-template.php
===================================================================
--- wp-includes/post-template.php	(revision 8916)
+++ wp-includes/post-template.php	(working copy)
@@ -923,7 +923,7 @@
 	<p><label for="' . $label . '">' . __("Password:") . ' <input name="post_password" id="' . $label . '" type="password" size="20" /></label> <input type="submit" name="Submit" value="' . __("Submit") . '" /></p>
 	</form>
 	';
-	return $output;
+	return apply_filters('the_password_form', $output);
 }
 
 /**
