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