diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index a0fc10506..1e30e6618 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -4446,6 +4446,10 @@ class UsersController < ApplicationController format.html {render :layout => 'clear_base'} end end + # 邮件激活页面,用户修改邮件地址弹框 + def change_user_email + @user = User.find params[:id] + end private def show_system_message diff --git a/app/views/account/email_activation.html.erb b/app/views/account/email_activation.html.erb index d56d19907..62f1e1fff 100644 --- a/app/views/account/email_activation.html.erb +++ b/app/views/account/email_activation.html.erb @@ -7,7 +7,7 @@

如果您尚未收到激活邮件,请按照以下步骤操作:

  • 检查邮箱的“订阅邮件”、“垃圾邮件”,可能会发现激活邮件。
  • 如果激活邮件已无效,请点击重新发送激活邮件按钮。
  • -
  • 如果重发注册验证邮箱邮件仍然没有收到,请更换邮箱地址,重新发送激活邮件
  • +
  • 如果重发注册验证邮箱邮件仍然没有收到,请更换邮箱地址,重新发送激活邮件
  • 如果您始终无法收到激活邮件,请直接给我们留言:
  • @@ -19,10 +19,14 @@