mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	merge all login methods
This commit is contained in:
		@@ -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 {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user