mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 08:02:36 +09:00 
			
		
		
		
	#1124 lower_name of LDAP user not assigned
This commit is contained in:
		@@ -242,6 +242,7 @@ func LoginUserLdapSource(u *User, name, passwd string, sourceId int64, cfg *LDAP
 | 
				
			|||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	u = &User{
 | 
						u = &User{
 | 
				
			||||||
 | 
							LowerName:   strings.ToLower(name),
 | 
				
			||||||
		Name:        name,
 | 
							Name:        name,
 | 
				
			||||||
		FullName:    fn + " " + sn,
 | 
							FullName:    fn + " " + sn,
 | 
				
			||||||
		LoginType:   LDAP,
 | 
							LoginType:   LDAP,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user