mirror of
https://github.com/goharbor/harbor
synced 2025-04-20 14:25:49 +00:00
Update changepassword.go
change comment
This commit is contained in:
parent
c258a64e63
commit
f2610ef3ea
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user