Sha256: 205667fbc686c5756a75af96c991946e3a10a09fc21dbc038dd105673a2aecb5

Contents?: true

Size: 599 Bytes

Versions: 7

Compression:

Stored size: 599 Bytes

Contents

<h1>Sign up as a new user</h1>
<%% @<%= file_name %>.password = @<%= file_name %>.password_confirmation = nil %>

<%% form_for :<%= file_name %>, :url => <%= model_controller_routing_name %>_path do |f| -%>
<%%= f.error_messages %>
<p><%%= f.label :login %><br/>
<%%= f.text_field :login %></p>

<p><%%= f.label :email %><br/>
<%%= f.text_field :email %></p>

<p><%%= f.label :password %><br/>
<%%= f.password_field :password %></p>

<p><%%= f.label :password_confirmation, 'Confirm Password' %><br/>
<%%= f.password_field :password_confirmation %></p>

<p><%%= f.submit 'Sign up' %></p>
<%% end -%>

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
jeremydurham-restful_authentication-1.1.7 generators/authenticated/templates/signup.html.erb
restful_authentication-1.1.6 generators/authenticated/templates/signup.html.erb
jeremydurham-restful_authentication-1.1.6 generators/authenticated/templates/signup.html.erb
jeremydurham-restful_authentication-1.1.5 generators/authenticated/templates/signup.html.erb
jeremydurham-restful_authentication-1.1.4 generators/authenticated/templates/signup.html.erb
jeremydurham-restful_authentication-1.1.3 generators/authenticated/templates/signup.html.erb
jeremydurham-restful_authentication-1.1.2 generators/authenticated/templates/signup.html.erb