Sha256: c04985cc5f0a43910ca53e80cdc1bc6cf74d956f1c0f9e50b537ad96ec8fe26a

Contents?: true

Size: 808 Bytes

Versions: 8

Compression:

Stored size: 808 Bytes

Contents

<form method="post" action="<%= url_for :controller => 'server', :action => 'decision' %>">
  <input type="hidden" name="authenticity_token" value="<%= form_authenticity_token %>">

<table>
  <tr><td>Site:</td><td><%= @oidreq.trust_root %></td></tr>

  <% if @oidreq.id_select %>
    <tr>
      <td colspan="2">
        You entered the server identifier at the relying party.
        You'll need to send an identifier of your choosing.  Enter a
        username below.
      </td>
    </tr>
    <tr>
      <td>Identity to send:</td>
      <td><input type="text" name="id_to_send" size="25" /></td>
    </tr>
  <% else %>
    <tr><td>Identity:</td><td><%= @oidreq.identity %></td></tr>
  <% end %>
</table>

<input type="submit" name="yes" value="yes" />
<input type="submit" name="no" value="no" />

</form>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ruby-openid-2.9.2 examples/rails_openid/app/views/server/decide.html.erb
ruby-openid-2.9.1 examples/rails_openid/app/views/server/decide.html.erb
ruby-openid-2.8.0 examples/rails_openid/app/views/server/decide.html.erb
ruby-openid-2.7.0 examples/rails_openid/app/views/server/decide.html.erb
ruby-openid-2.6.0 examples/rails_openid/app/views/server/decide.html.erb
ruby-openid-2.5.0 examples/rails_openid/app/views/server/decide.html.erb
ruby-openid-2.4.0 examples/rails_openid/app/views/server/decide.html.erb
ruby-openid-2.3.0 examples/rails_openid/app/views/server/decide.html.erb