Closed (fixed)
Project:
Password change confirm
Version:
6.x-1.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Apr 2010 at 09:57 UTC
Updated:
12 Jun 2010 at 17:00 UTC
The t() function is missing here:
<?php
function password_change_validate_password($element, $form_state) {
if (md5($element['#value']) !== $GLOBALS['user']->pass) {
form_error($element, 'Incorrect current password.');
}
}
?>
Comments
Comment #1
dave reidThanks! Fixed in CVS.
http://drupal.org/cvs?commit=372954