<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -124,11 +124,12 @@ function password_check($oldpassword, $profile_id)
 	$db_pass = $data_passchk[$db_user_password];
 	
 	$initString = '$H$';
-	$testVal = $pwd_hasher-&gt;CheckPassword($oldpassword, $db_pass);
+	$testVal = $pwd_hasher-&gt;CheckPassword($oldpassword, $db_pass, $initString);
+
 	if ($testVal)
-		return 0;
+		return TRUE;
 	else
-		return 1;
+		return FALSE;
 }
 
 function phpraid_login() 
@@ -162,7 +163,6 @@ function phpraid_login()
 			);
 
 	$result = $db_raid-&gt;sql_query($sql) or print_error($sql, mysql_error(), 1);
-
 	//WRM database
 	//$sql = sprintf(&quot;SELECT username, password FROM &quot; . $phpraid_config['db_prefix'] . &quot;profile WHERE username = %s&quot;,
 	//				quote_smart($username)
@@ -299,4 +299,4 @@ if (!isset($_SESSION['initiated'])) {
 	}
 }
 
-?&gt;
\ No newline at end of file
+?&gt;</diff>
      <filename>auth/auth_phpbb3.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9415e32a0e7259c88519a7e20c875fed9e382ae7</id>
    </parent>
  </parents>
  <author>
    <name>Douglas Wagner</name>
    <email>dwagner@wstldwagner2.rgare.net</email>
  </author>
  <url>http://github.com/Illydth/wowraidmanager/commit/7dd6367ae85003dd5d715431b6ab695f2c2f200a</url>
  <id>7dd6367ae85003dd5d715431b6ab695f2c2f200a</id>
  <committed-date>2008-10-13T14:26:19-07:00</committed-date>
  <authored-date>2008-10-13T14:26:19-07:00</authored-date>
  <message>Bug Fix: Fixes problem with phpBB3 bridge allowing login with ANY password.</message>
  <tree>0b8762860383f1afb7fb50732e2a63f5f152c69d</tree>
  <committer>
    <name>Douglas Wagner</name>
    <email>dwagner@wstldwagner2.rgare.net</email>
  </committer>
</commit>
