I have a python library which I wrote for something else. So I import that to use in Django, problem I am facing is how to get the password.
mycustom_lib_fun
The password in User is hashed, and so you cannot get it. Ask the user.
User