<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -121,7 +121,7 @@ To filter parameters:
 
   HoptoadNotifier.filter_params &lt;&lt; &quot;my_secret_param&quot;
   
-The HoptoadNotifier plugin will filter out password parameters by default.
+The HoptoadNotifier plugin will filter out password parameters (and password confirmations) by default.
 
 h2. Testing
 </diff>
      <filename>README.textile</filename>
    </modified>
    <modified>
      <diff>@@ -54,7 +54,7 @@ module HoptoadNotifier
     # Returns a list of parameters that should be filtered out of what is sent to Hoptoad.
     # By default, all &quot;password&quot; attributes will have their contents replaced.
     def params_filters
-      @params_filters ||= %w(password)
+      @params_filters ||= %w(password password_confirmation)
     end
     
     # Call this method to modify defaults in your initializers.</diff>
      <filename>lib/hoptoad_notifier.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>41574d959b9bf9df5535bf9e871e38c75e79a1a2</id>
    </parent>
  </parents>
  <author>
    <name>Luke Redpath</name>
    <email>contact@lukeredpath.co.uk</email>
  </author>
  <url>http://github.com/lukeredpath/hoptoad_notifier/commit/d0692cfdd60ae2b3135122059a64a9e36b2f1a36</url>
  <id>d0692cfdd60ae2b3135122059a64a9e36b2f1a36</id>
  <committed-date>2008-08-15T06:07:16-07:00</committed-date>
  <authored-date>2008-08-15T06:07:16-07:00</authored-date>
  <message>Password confirmations should also be filtered by default</message>
  <tree>5a2ce5e2d3a192dae974ed20a15035b0c8f3e593</tree>
  <committer>
    <name>Luke Redpath</name>
    <email>contact@lukeredpath.co.uk</email>
  </committer>
</commit>
