From f2610ef3ea81422d83d31cc64171bad02aee205f Mon Sep 17 00:00:00 2001 From: yhua123 Date: Wed, 6 Jul 2016 14:00:48 +0800 Subject: [PATCH] Update changepassword.go change comment --- controllers/changepassword.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controllers/changepassword.go b/controllers/changepassword.go index bbcac438c..3bdfd0dff 100644 --- a/controllers/changepassword.go +++ b/controllers/changepassword.go @@ -1,11 +1,11 @@ package controllers -// AccountPwdSettingController handles request to /account_setting +// ChangePasswordController handles request to /change_password type ChangePasswordController struct { BaseController } -// Get renders the account settings page +// Get renders the change password page func (asc *ChangePasswordController) Get() { asc.Forward("page_title_reset_password", "change-password.htm") }