<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  <meta http-equiv="Content-Style-Type" content="text/css">
  <title></title>
  <meta name="Generator" content="Cocoa HTML Writer">
  <meta name="CocoaVersion" content="1038.32">
  <style type="text/css">
    p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Courier}
  </style>
</head>
<body>
<p class="p1">diff --git a/bakery.module b/bakery.module</p>
<p class="p1">index 99e524a..18c2bf2 100644</p>
<p class="p1">--- a/bakery.module</p>
<p class="p1">+++ b/bakery.module</p>
<p class="p1">@@ -201,7 +201,7 @@ function bakery_form_alter(&amp;$form, $form_state, $form_id) {</p>
<p class="p1"><span class="Apple-converted-space">       </span>if (!variable_get('bakery_is_master', 0) &amp;&amp; !user_access('administer users')) {</p>
<p class="p1"><span class="Apple-converted-space">         </span>$index = key($form);</p>
<p class="p1"><span class="Apple-converted-space">         </span>if (isset($form['account'])) {</p>
<p class="p1">-<span class="Apple-converted-space">          </span>drupal_set_message(t('You can change the name, mail, and password at &lt;a href="!url"&gt;@master&lt;/a&gt;.', array('!url' =&gt; check_url($form['_account']['#value']-&gt;init), '@master' =&gt; variable_get('bakery_master', 'http://drupal.org'))));</p>
<p class="p1">+<span class="Apple-converted-space">          </span>drupal_set_message(t('You can change the name, mail, and password at &lt;a href="!url"&gt;@master&lt;/a&gt;.', array('!url' =&gt; check_url($form['_account']['#value']-&gt;init), '@master' =&gt; variable_get('bakery_master', 'http://drupal.org'))), 'status', FALSE);</p>
<p class="p1"><span class="Apple-converted-space">           </span>$form['account']['#access'] = FALSE;</p>
<p class="p1"><span class="Apple-converted-space">           </span>$form['account']['name']['#access'] = FALSE;</p>
<p class="p1"><span class="Apple-converted-space">           </span>$form['account']['pass']['#access'] = FALSE;</p>
</body>
</html>
