mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-30 19:08:37 +00: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 | 	// Remember visibility choice for convenience, true for private | ||||||
| 	LastRepoVisibility bool | 	LastRepoVisibility bool | ||||||
| 	// Maximum repository creation limit, 0 means use gloabl default | 	// Maximum repository creation limit, 0 means use gloabl default | ||||||
| 	MaxRepoCreation int `xorm:"NOT NULL"` | 	MaxRepoCreation int `xorm:"NOT NULL DEFAULT -1"` | ||||||
|  |  | ||||||
| 	// Permissions. | 	// Permissions. | ||||||
| 	IsActive         bool | 	IsActive         bool | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user