mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-03 19:17:24 -05:00 
			
		
		
		
	fix signature
This commit is contained in:
		
							parent
							
								
									7c65dfa682
								
							
						
					
					
						commit
						b01489c40f
					
				@ -1416,7 +1416,7 @@ namespace Emby.Server.Implementations.Session
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
            if (enforcePassword)
 | 
					            if (enforcePassword)
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
                var result = await _userManager.AuthenticateUser(request.Username, request.PasswordSha1, request.PasswordMd5, request.RemoteEndPoint).ConfigureAwait(false);
 | 
					                var result = await _userManager.AuthenticateUser(request.Username, request.Password, request.PasswordSha1, request.PasswordMd5, request.RemoteEndPoint).ConfigureAwait(false);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                if (result == null)
 | 
					                if (result == null)
 | 
				
			||||||
                {
 | 
					                {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user