On Jun 6, 2009, at 5:19 AM, Donovan Craig wrote:

I’m using the mysql userdb, but the passwords are stored in MD5.

I want to be able to get the password within the post login script, not from
the log file.

Is there any way to do this?

user_query = SELECT '%w' as plain_pass, ...

then it should be in $PLAIN_PASS environment in post-login script.

Reply via email to