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
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
Post a Comment