mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	fix user repo limit default value
This commit is contained in:
		@@ -76,7 +76,7 @@ type User struct {
 | 
			
		||||
	// Remember visibility choice for convenience, true for private
 | 
			
		||||
	LastRepoVisibility bool
 | 
			
		||||
	// Maximum repository creation limit, 0 means use gloabl default
 | 
			
		||||
	MaxRepoCreation int `xorm:"NOT NULL"`
 | 
			
		||||
	MaxRepoCreation int `xorm:"NOT NULL DEFAULT -1"`
 | 
			
		||||
 | 
			
		||||
	// Permissions.
 | 
			
		||||
	IsActive         bool
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user