--- password_policy.orig 2009-10-12 16:35:10.061184342 +0200 +++ password_policy.module 2009-10-12 15:38:57.394182240 +0200 @@ -313,7 +313,7 @@ function password_policy_form_alter(&$fo // Printing out the restrictions. if (PASSWORD_POLICY_SHOW_RESTRICTIONS && isset($translate)) { - $form['account']['pass']['#prefix'] = '
'; + $form['account']['pass']['#prefix'] = '
  • '. implode('
  • ', $translate) .'
'; } // Set a custom form validate and submit handlers.