Hello,
i was wondering if it would be possible to create a autologin link which can be send to a user by email?
if yes, how?
thanks in advance
You could make a plugin to do it but the hard part would be securing the password so its not part of the url.
The secure part wouldnt be a problem, cause my roundcube is integrated into a secured members area, where a user management script controls the access to it.
but i just decided to use roundcube yesterday, so i dont know so far, how to build a plugin etc.
any help and advises are more than welcome :)
As long as you don't have the password in the url it should be alright, to start working on a plugin you should read about the plugin api http://trac.roundcube.net/wiki/Doc_Plugins and then you should be able to modify the sample auto login plugin http://trac.roundcube.net/browser/trunk/plugins/autologon/autologon.php to fit your needs.