Hi all!
I created the project in VS MVC with standard template. register several users.
Then, I take away the database and run some query in the SQL Management.
I'm running a query on users, and get all data of the users who have registered, but only the names, without passwords.
Question:
How can I see and passwords of registered accounts?
What query I can need to run that view password of registered users?
Thank you In Advance.