[MySQL] Reverse password function

What’s the reverse of the MySQL password() function? I need to go from the 16 digit encrypted thing to the original readable password for those “forgot my password, send it to my email” forms.

If there is no reverse, can I just not encrypt the passwords? How’s anyone going to access my database anyway?