﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
22515	Change user password creates a LogEntry with incorrect user	ross@…	Tim Graham	"When changing the password of a user in the Admin, an admin log entry is created (LogEntry) that records the password change.  

'''What I expected:'''

Changing the password of a user I expect the LogEntry to record the user who performed the action, and the user upon whom the action was completed.

'''What I got:'''

The LogEntry records my user changing the password of my user.

'''Repro:'''

1. Log in as a super-user (in my case 'ross')
2. Change the password of any other user (in my case 'bob')
3. Check the LogEntry which will show an action by 'ross' against 'ross'.

I believe the issue may be at  
https://github.com/django/django/blob/fd23c06023a0585ee743c0752dc94da66694cf63/django/contrib/auth/admin.py#L132 and that user should be passed in, rather than request.user."	Bug	closed	contrib.admin	1.6	Release blocker	fixed			Accepted	0	0	0	0	1	0
