mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-10-30 20:22:00 +00:00 
			
		
		
		
	Merge pull request #2890 from iv-org/SamantazFox-patch-1
DB: fix inverted arguments in User.update_password()
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