changing password encoding method

Permalink
Hi Guys

I have a bit of a problem. An external application I have needs to query my c5 users table to enable users to login with their same c5 credentials.

The problem is, this app only allows standard MD5 encoding check of the password not MD5+SALT.

Yes i know the risks, but basically is it possible to remove the SALT and make c5 store passwords using standard MD5?

Many thanks in advance

 
frz replied on at Permalink Reply
frz
you'd have to override the core..

why not use something like openID?