In Django:
I have created a super user and can view all the users
I have also implemented forgot password for my user, who can input their email and a password reset link is sent to their email and then the user can reset his password
But how can admin change some users password from the admin dashboard



