Roundcube Community Forum

 

Autologin Link possible?

Started by DeadLikeMe, February 18, 2011, 09:18:33 AM

Previous topic - Next topic

DeadLikeMe

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

SKaero

You could make a plugin to do it but the hard part would be securing the password so its not part of the url.

DeadLikeMe

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 :)

SKaero

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.