Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: inle on June 24, 2011, 04:31:51 PM

Title: autologin and md5 password stored in mysql
Post by: inle on June 24, 2011, 04:31:51 PM
Hi all

We would like to integrate roundcube into a web site. The mecanisme used to authenticate the user in the web site in complitely different to the methode use by imap server, but we can recover the username and with it we can get password encrypted with md5 from a database.

How can we feed roundcube with those values?

will the autologin plugin be of any help?

Thanks you all
Title: autologin and md5 password stored in mysql
Post by: rosali on June 25, 2011, 07:19:15 AM
Without having an unhashed password I don't see a chance. You can't decrypt a md5 hash.