Can users request that their password be emailed to themselves if the password is stored as a hash value?
Is there any way to convert a hash value to the clear text
In short, no. With most hashing algorithms, you can have multiple inputs with the same output. It is often better to offer a password reset option.