Q. Which view in Django is used to change the password of a user?
β
Correct Answer: (A)
PasswordChangeView
Explanation: `PasswordChangeView` is the built-in class-based view for changing passwords.