Password Retrieval Problem
Our wiki is set to allow users to click "I forgot my password", which should email their password to them.
Passwords are set to be stored as simple text.
For some reason, when users request that their password be sent to them, they receive an email with a long nonsense string of text as their password (which is not their correct password).
Any ideas on how to fix this?
-David