<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,8 +2,20 @@ class Users &lt; Application
   # provides :xml, :yaml, :js
   before :ensure_authenticated
 
+  def index
+    @users = User.all
+    display @users
+  end
+
+  def show(id)
+    @user = User.get(id)
+    raise NotFound unless @user
+    display @user
+  end
+
   def login
     # if the user is logged in, then redirect them to their profile
     redirect url(:user, session.user.id), :message =&gt; { :notice =&gt; 'You are now logged in' }
   end
-end # Users
+
+end</diff>
      <filename>app/controllers/users.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,6 +2,5 @@
 &lt;form method=&quot;POST&quot; action=&quot;/openid/login&quot;&gt;
   &lt;input type=&quot;text&quot; name=&quot;openid_url&quot; &gt;
   &lt;!-- optional hidden value used in requesting unprotected OpenID login page scenario --&gt;
-  &lt;input type=&quot;hidden&quot; name=&quot;postLoginTargetURI&quot; value=&quot;/users&quot;&gt;&lt;br /&gt;&lt;br /&gt;
   &lt;input type=&quot;submit&quot; name=&quot;submit&quot; value=&quot;Login&quot; class=&quot;submit&quot; /&gt;
-&lt;/form&gt;
\ No newline at end of file
+&lt;/form&gt;</diff>
      <filename>app/views/exceptions/unauthenticated.html.erb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5169a2a388a814288d217f2bf200d3aa2bd7b80c</id>
    </parent>
  </parents>
  <author>
    <name>Corey Donohoe</name>
    <email>atmos@atmos.org</email>
  </author>
  <url>http://github.com/atmos/merb-openid-example/commit/c618b78c1d85f12a6eb88d9050bfe20dc6fb3219</url>
  <id>c618b78c1d85f12a6eb88d9050bfe20dc6fb3219</id>
  <committed-date>2008-12-16T23:33:03-08:00</committed-date>
  <authored-date>2008-12-16T23:33:03-08:00</authored-date>
  <message>add the actions back that are actually used!</message>
  <tree>d0ccedc7733e028f94cf8ab99f8f017f3b3f7818</tree>
  <committer>
    <name>Corey Donohoe</name>
    <email>atmos@atmos.org</email>
  </committer>
</commit>
