No, you do not display the password in anyway possible. That is a security issue. The hash is one way, you do not unhash it to show them the real password "incase they want to change it"
You use the comparing functions to hash their input and compare it with what you have stored. If it comes back good, then you know they typed the right password.
That is all you use it for. Store the hash for retrieval and comparing on login. That's it, do not display it to them.
__________________
|