--- force_password_change.module	Tue April 13 18:06:16 2010
+++ force_password_change.module	Tue April 13 17:55:53 2010
@@ -26,7 +26,7 @@
 	$change_password_url = preg_replace('/!uid/', $user->uid, variable_get('change_password_url', 'user/!uid/edit'));
 	if($user->force_password_change && $_GET['q'] != $change_password_url)
 	{
-		drupal_set_message(t('An administrator has required that you change your password. You must change your password to proceed on the site.'), 'error');
+		drupal_set_message(t('An administrator has required that you change your password. You must change your password to proceed on the site.'), 'error', FALSE);
 		drupal_goto($change_password_url, 'destination=' . $_GET['q']);
 	}
 }
