forked from forgejo/forgejo
merge all login methods
This commit is contained in:
commit
55019bfbc5
69 changed files with 3497 additions and 55 deletions
|
@ -27,6 +27,7 @@ type RegisterForm struct {
|
|||
Password string `form:"passwd" binding:"Required;MinSize(6);MaxSize(30)"`
|
||||
RetypePasswd string `form:"retypepasswd"`
|
||||
LoginType string `form:"logintype"`
|
||||
LoginName string `form:"loginname"`
|
||||
}
|
||||
|
||||
func (f *RegisterForm) Name(field string) string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue