将其放在您的UserChangeForm中:
password = ReadonlyPasswordHashField(label=("Password"), help_text=("Raw passwords are not stored, so there is no way to see " "this user's password, but you can change the password " "using <a href="../password/">this form</a>."))


