mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-10-31 12:42:09 +00:00 
			
		
		
		
	DB: fix inverted arguments in User.update_password()
Closes https://github.com/iv-org/invidious/issues/2875
This commit is contained in:
		| @@ -171,7 +171,7 @@ module Invidious::Database::Users | ||||
|       WHERE email = $2 | ||||
|     SQL | ||||
|  | ||||
|     PG_DB.exec(request, user.email, pass) | ||||
|     PG_DB.exec(request, pass, user.email) | ||||
|   end | ||||
|  | ||||
|   # ------------------- | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Samantaz Fox
					Samantaz Fox