python - How to get Admin name and password from Django? -


I want to get administrator and its password, proof is authentic with what I do.

  User = Authentication (user name = 'me', password = '12345') Login (request, user)  

You can not get a password from the database, it is only a hash fingerprint


Comments