Update changepassword.go

change comment
This commit is contained in:
yhua123 2016-07-06 14:00:48 +08:00 committed by GitHub
parent c258a64e63
commit f2610ef3ea

View File

@ -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")
}