Roundcube Community Forum

 

Login from external site/form?

Started by ballouhosting, November 17, 2025, 08:12:08 AM

Previous topic - Next topic

ballouhosting

Hi, I'm looking for a way for clients to be able to login from our billing system to the mail account.
Without the need of entering the login credentials again.
I've tried to use the autologon etc but without any luck.
Running the Roundcube 1.6.11.

SKaero

The autologon plugin is an example of how the Roundcube plugin api allows auto login but will not work out of the box.

Roundcube needs the username and password to login so you need to design and build a way for your billing system to pass that to Roundcube and then build a custom plugin to get that data and login the user in.

ballouhosting

Thank you. I had one before but that one isn't working now.
I posted the user info to a file on the roundcube and from there it logged in.
Do you have help info or links?

SKaero

I don't have any examples to point to other than the autologin plugin that ships with Roundcube. If you have a modified plugin that isn't working if you post that and the problem I could try to help debug the issue.