fixed build

This commit is contained in:
Lanre Adelowo 2018-07-21 17:18:54 +01:00
parent 26fccdff0a
commit 4562460b05

View File

@ -84,6 +84,8 @@ func (f *RegisterForm) Validate(ctx *macaron.Context, errs binding.Errors) bindi
return validate(errs, ctx.Data, f, ctx.Locale)
}
// MustChangePasswordForm form for updating your password after account creation
// by an admin
type MustChangePasswordForm struct {
Password string `binding:"Required;MaxSize(255)"`
Retype string