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
Without having an unhashed password I don't see a chance. You can't decrypt a md5 hash.