mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 03:25:11 +01:00 
			
		
		
		
	more on #1443
This commit is contained in:
		
							parent
							
								
									d922b7e504
								
							
						
					
					
						commit
						b1f08d3218
					
				| @ -315,7 +315,7 @@ func CreateUser(u *User) (err error) { | ||||
| 	} | ||||
| 
 | ||||
| 	// Auto-set admin for the first user. | ||||
| 	if countUsers(sess) == 1 { | ||||
| 	if CountUsers() == 1 { | ||||
| 		u.IsAdmin = true | ||||
| 		u.IsActive = true | ||||
| 		_, err = x.Id(u.Id).AllCols().Update(u) | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user