<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-&lt;p&gt;You may update your password, e-mail address, and other preferences here. If you wish to update any fields in the '&lt;em&gt;Account Details&lt;/em&gt;' section, please enter your old password. The text-editor preference allows you to toggle the formatting buttons for certain fields (like post bodies, messages, and even your profile) on or off.&lt;/p&gt;
+&lt;p&gt;You may update your password, e-mail address, and other preferences here. If you wish to update any fields in the '&lt;em&gt;Account Settings&lt;/em&gt;' section, please enter your old password. The text-editor preference allows you to toggle the formatting buttons for certain fields (like post bodies, messages, and even your profile) on or off.&lt;/p&gt;
 
 {if $notice != ''}&lt;p id='pref_notice' class='{$fat} notice-box'&gt;{$notice}{/if}
 
@@ -26,7 +26,7 @@
                     &lt;/td&gt;
                     &lt;td class='inputTableRowAlt' id='a_td'&gt;
                         &lt;input type='password' name='password[a]' id='a' /&gt;&lt;br /&gt;
-                        &lt;span class='textfieldRequiredMsg valid'&gt;You must enter a new password.&lt;/span&gt;
+                        &lt;span class='passwordRequiredMsg valid'&gt;You must enter a new password.&lt;/span&gt;
                     &lt;/td&gt;
                 &lt;/tr&gt;
                 &lt;tr&gt;
@@ -35,7 +35,7 @@
                     &lt;/td&gt;
                     &lt;td class='inputTableRow' id='b_td'&gt;
                         &lt;input type='password' name='password[b]' id='b' /&gt;&lt;br /&gt;
-                        &lt;span class='textfieldRequiredMsg valid'&gt;You must repeat the new password.&lt;/span&gt;
+                        &lt;span class='textfieldRequiredMsg confirmInvalidMsg valid'&gt;You must repeat the new password.&lt;/span&gt;
                         &lt;span class='textfieldInvalidFormatMsg valid'&gt;Passwords do not match.&lt;/span&gt;
                     &lt;/td&gt;
                 &lt;/tr&gt;
@@ -150,8 +150,10 @@
 {literal}
 &lt;script type='text/javascript'&gt;
     var old_password = new Spry.Widget.ValidationTextField(&quot;old_td&quot;, &quot;none&quot;, {useCharacterMasking:true, validateOn:['change','blur']});    
-    var password = new Spry.Widget.ValidationTextField(&quot;a_td&quot;, &quot;none&quot;, {useCharacterMasking:true, validateOn:['change','blur'], isRequired: false});    
-    var password_again = new Spry.Widget.ValidationTextField(&quot;b_td&quot;, &quot;none&quot;, {validateOn:['change','blur'], isRequired: false});    
+    var password_a = new Spry.Widget.ValidationPassword(&quot;a_td&quot;,{validateOn:[&quot;blur&quot;], isRequired:false});
+    var password_b = new Spry.Widget.ValidationPassword(&quot;b_td&quot;,{validateOn:[&quot;blur&quot;], isRequired:false});
+    var password_confirm = new Spry.Widget.ValidationConfirm(&quot;b_td&quot;, &quot;a_td&quot;, {validateOn: ['blur'], isRequired:false});
+
     var email = new Spry.Widget.ValidationTextField(&quot;email_td&quot;, &quot;email&quot;, {useCharacterMasking:true, validateOn:['change','blur']});    
     
     var timezone = new Spry.Widget.ValidationSelect('timezone_td',{validateOn:['blur','change'], invalidValue: ''});</diff>
      <filename>template/templates/user/preferences/preferences.tpl</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>da608fe6127c4e19fb7536a72dc4877a75482f69</id>
    </parent>
  </parents>
  <author>
    <name>Nicholas 'OwlManAtt' Evans</name>
    <email>owlmanatt@gmail.com</email>
  </author>
  <url>http://github.com/OwlManAtt/kittokittokitto/commit/e3b16402f20207f3d4588ee552b379cb07d70131</url>
  <id>e3b16402f20207f3d4588ee552b379cb07d70131</id>
  <committed-date>2009-07-13T16:26:38-07:00</committed-date>
  <authored-date>2009-07-13T16:25:01-07:00</authored-date>
  <message>Using new Spry password confirmation check.

This replaces the ugly hack that was in place with a new Spry feature - the password check.</message>
  <tree>41ced3e9c9ed2488c37a5ff677895dcefd7d15b1</tree>
  <committer>
    <name>Nicholas 'OwlManAtt' Evans</name>
    <email>owlmanatt@gmail.com</email>
  </committer>
</commit>
