Sha256: c45f141a533d77e46fae4472891ef4d6e727828d3aca2d4b0e400e77746991a5

Contents?: true

Size: 601 Bytes

Versions: 97

Compression:

Stored size: 601 Bytes

Contents

<% if @user %>
  <h1> Registration Confirmation </h1>
  
  <p> To confirm your registration, please enter the username and
password you provided when you registered for the site. </p>

  <% form_tag :action => 'confirm_registration_submit', :id => @user do %>
    <%= hidden_field 'user', 'confirmation_key' %>
    
    <table>
    
    <tr>
    <th> Username </th>
    <td><%= text_field 'user', 'name' %></td>
    </tr>
  
    <tr>
    <th> Password </th>
    <td> <%= password_field 'user', 'clear_password' %></td>
    </tr>
  
    </table>
  
    <%= submit_tag 'Confirm' %>
  <% end %>
<% end %>

Version data entries

97 entries across 97 versions & 2 rubygems

Version Path
six-updater-web-0.24.15 lib/six-updater-web/vendor/plugins/goldberg/app/views/goldberg/users/confirm_registration.rhtml
six-updater-web-0.24.14 lib/six-updater-web/vendor/plugins/goldberg/app/views/goldberg/users/confirm_registration.rhtml
six-updater-web-0.24.13 lib/six-updater-web/vendor/plugins/goldberg/app/views/goldberg/users/confirm_registration.rhtml
six-updater-web-0.24.12 lib/six-updater-web/vendor/plugins/goldberg/app/views/goldberg/users/confirm_registration.rhtml
six-updater-web-0.24.11 lib/six-updater-web/vendor/plugins/goldberg/app/views/goldberg/users/confirm_registration.rhtml
six-updater-web-0.24.10 lib/six-updater-web/vendor/plugins/goldberg/app/views/goldberg/users/confirm_registration.rhtml
six-updater-web-0.24.9 lib/six-updater-web/vendor/plugins/goldberg/app/views/goldberg/users/confirm_registration.rhtml
six-updater-web-0.24.8 lib/six-updater-web/vendor/plugins/goldberg/app/views/goldberg/users/confirm_registration.rhtml
six-updater-web-0.24.7 lib/six-updater-web/vendor/plugins/goldberg/app/views/goldberg/users/confirm_registration.rhtml
six-updater-web-0.24.6 lib/six-updater-web/vendor/plugins/goldberg/app/views/goldberg/users/confirm_registration.rhtml
six-updater-web-0.24.5 lib/six-updater-web/vendor/plugins/goldberg/app/views/goldberg/users/confirm_registration.rhtml
six-updater-web-0.24.4 lib/six-updater-web/vendor/plugins/goldberg/app/views/goldberg/users/confirm_registration.rhtml
six-updater-web-0.24.3 lib/six-updater-web/vendor/plugins/goldberg/app/views/goldberg/users/confirm_registration.rhtml
six-updater-web-0.24.2 lib/six-updater-web/vendor/plugins/goldberg/app/views/goldberg/users/confirm_registration.rhtml
six-updater-web-0.24.1 lib/six-updater-web/vendor/plugins/goldberg/app/views/goldberg/users/confirm_registration.rhtml
six-updater-web-0.24.0 lib/six-updater-web/vendor/plugins/goldberg/app/views/goldberg/users/confirm_registration.rhtml
six-updater-web-0.23.7 lib/six-updater-web/vendor/plugins/goldberg/app/views/goldberg/users/confirm_registration.rhtml
six-updater-web-0.23.6 lib/six-updater-web/vendor/plugins/goldberg/app/views/goldberg/users/confirm_registration.rhtml
six-updater-web-0.23.5 lib/six-updater-web/vendor/plugins/goldberg/app/views/goldberg/users/confirm_registration.rhtml
six-updater-web-0.23.4 lib/six-updater-web/vendor/plugins/goldberg/app/views/goldberg/users/confirm_registration.rhtml