1188: Change password link displayed to AD user in Admin area

tbre****@gmai***** (Google Code) (Is this you? Claim this profile.)
Aug. 22, 2009
What version are you running?
1.0

What's the URL of the page containing the problem?
/admin

What steps will reproduce the problem?
1. Grant an Active Directory user Admin rights
2. Login to the Admin area with that user
3. A "Change password" link is displayed in the upper right corner.

What is the expected output? What do you see instead?
Since you can not change the password of an Active Directory user this
option should not be visible.

What operating system are you using? What browser?
Windows XP / Firefox 3

Please provide any additional information below.
david
#1 david
This is coming from Django, and won't actually try to set the AD password. It will
set the password on the Django auth user, which can be handy in some situations.
  • +ThirdParty