页: 1
不能确认。 相反,在<代码>didn t上看望和点击,则收到确认指示,进入同一电子邮件。
页: 1
是否有其他人遇到这一问题?
<>确认密码>
<%= form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post }) do |f| %>
<%= devise_error_messages! %>
<div class="clearfix">
<%= f.label :email %>
<div class="input">
<%= f.email_field :email, :class => xlarge %>
</div>
</div>
<div class="actions">
<%= button_tag "Resend confirmation instructions", :class => btn primary %>
</div>
<% end %>