mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	add login name for auth type
This commit is contained in:
		| @@ -44,6 +44,7 @@ type User struct { | ||||
| 	Passwd        string `xorm:"not null"` | ||||
| 	LoginType     int | ||||
| 	LoginSource   int64 `xorm:"not null default 0"` | ||||
| 	LoginName     string | ||||
| 	Type          int | ||||
| 	NumFollowers  int | ||||
| 	NumFollowings int | ||||
|   | ||||
		Reference in New Issue
	
	Block a user