diff --git a/app/views/account/email_valid.html.erb b/app/views/account/email_valid.html.erb index 6f4de1197..c77c0294e 100644 --- a/app/views/account/email_valid.html.erb +++ b/app/views/account/email_valid.html.erb @@ -11,7 +11,7 @@
<% email = @user.mail.split("@")[1] %> -@@ -33,12 +34,7 @@ padding: 10px 16px; line-height: 1.33;" target="_blank">立即查收邮件
- - 没收到邮件? - -<%= f.text_field :login, :size => 25, :required => true %> <%= l(:label_max_number) %>
-<%= f.password_field :password, :size => 25, :required => true %> +
<%= f.password_field :password, :size => 25, :required => true %> <%= l(:text_caracters_minimum, :count => Setting.password_min_length) %>
<%= f.password_field :password_confirmation, :size => 25, :required => true %>
@@ -56,10 +56,12 @@<%= custom_field_tag_with_label :user, value %>
<% end %>