Sha256: e0bb3907234e6976d8fe9394b141b8602610f8e480f8b5f9e53849052967dac5

Contents?: true

Size: 1.05 KB

Versions: 59

Compression:

Stored size: 1.05 KB

Contents

<h5 class="teal-text fw-200 center m-0-top p-0-top">Enter the <%= login_label_text(resource) %> with which you registered</h5>
<% if !resource.nil? %>
	
	<%= form_for(resource, as: resource.class.name.underscore, url: password_path(resource.class.name.underscore), remote: true, :authenticity_token => true, data: {type: "script"}, html: { method: :post, id: "login_form_password" }) do |f| %>
	  <div class="row m-50-bottom">
	  	  <div class="col l6 m6 s12 offset-l3 offset-m3">
			  <div class="input-field m-30-top" style="margin-bottom:-30px;">
			    <input autofocus="autofocus" type="text" value="" name="<%= resource.class.name.underscore %>[email]" id="<%= resource.class.name.underscore %>_email">
			    <label for="<%= resource.class.name.underscore %>_email" class=""><%= login_label_text(resource) %></label>
			  </div>
			  <%= render 'auth/modals/oauth_and_submit.html.erb' %>
			  <div class="actions">
			    <%= f.submit "Send me reset password instructions", style: "display:none;", id:"login_submit" %>
			  </div>
		  </div>
	  </div>
	<% end %>
<% end %>

Version data entries

59 entries across 59 versions & 1 rubygems

Version Path
wordjelly-auth-1.6.0 app/views/auth/modals/_forgot_password_content.html.erb
wordjelly-auth-1.5.9 app/views/auth/modals/_forgot_password_content.html.erb
wordjelly-auth-1.5.8 app/views/auth/modals/_forgot_password_content.html.erb
wordjelly-auth-1.5.7 app/views/auth/modals/_forgot_password_content.html.erb
wordjelly-auth-1.5.6 app/views/auth/modals/_forgot_password_content.html.erb
wordjelly-auth-1.5.5 app/views/auth/modals/_forgot_password_content.html.erb
wordjelly-auth-1.5.4 app/views/auth/modals/_forgot_password_content.html.erb
wordjelly-auth-1.5.3 app/views/auth/modals/_forgot_password_content.html.erb
wordjelly-auth-1.5.2 app/views/auth/modals/_forgot_password_content.html.erb
wordjelly-auth-1.5.1 app/views/auth/modals/_forgot_password_content.html.erb
wordjelly-auth-1.5.0 app/views/auth/modals/_forgot_password_content.html.erb
wordjelly-auth-1.4.9 app/views/auth/modals/_forgot_password_content.html.erb
wordjelly-auth-1.4.8 app/views/auth/modals/_forgot_password_content.html.erb
wordjelly-auth-1.4.7 app/views/auth/modals/_forgot_password_content.html.erb
wordjelly-auth-1.4.6 app/views/auth/modals/_forgot_password_content.html.erb
wordjelly-auth-1.4.5 app/views/auth/modals/_forgot_password_content.html.erb
wordjelly-auth-1.4.4 app/views/auth/modals/_forgot_password_content.html.erb
wordjelly-auth-1.4.3 app/views/auth/modals/_forgot_password_content.html.erb
wordjelly-auth-1.4.2 app/views/auth/modals/_forgot_password_content.html.erb
wordjelly-auth-1.4.0 app/views/auth/modals/_forgot_password_content.html.erb