mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 06:24:11 +01:00 
			
		
		
		
	#1124 lower_name of LDAP user not assigned
This commit is contained in:
		
							parent
							
								
									2bb982dada
								
							
						
					
					
						commit
						484175f702
					
				@ -242,6 +242,7 @@ func LoginUserLdapSource(u *User, name, passwd string, sourceId int64, cfg *LDAP
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	u = &User{
 | 
			
		||||
		LowerName:   strings.ToLower(name),
 | 
			
		||||
		Name:        name,
 | 
			
		||||
		FullName:    fn + " " + sn,
 | 
			
		||||
		LoginType:   LDAP,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user