Roundcube Community Forum

Third Party Contributions => API Based Plugins => Topic started by: sikynko on October 03, 2013, 09:49:48 AM

Title: login from other side
Post by: sikynko on October 03, 2013, 09:49:48 AM
Hello

I would like to ask if is possible to login from my own form in page cause i created script but when my script redirect me to my roundcube site the browser return me message : Your browser does not support cookies, which are necessary to login and than when i did refresh i was logged in roundcube. Can anyone tell me what to set up in script or any way to help me?

Thanks a lot for all replies
Title: Re: login from other side
Post by: SKaero on October 03, 2013, 09:56:47 AM
If you want to use an different login form you'll need to use a modified version of the autologon plugin to bypass the cookie check.
Title: Re: login from other side
Post by: sikynko on October 03, 2013, 10:00:46 AM
and can i find this modifiend version somewhere? Or if u know link on this modifiend version can u post me here? I'll be glad for it

Thanks a lot
Title: Re: login from other side
Post by: SKaero on October 03, 2013, 10:37:26 AM
Its a pretty simple modification, basically remove the is_localhost function and check and change the username and password variables to post.
Title: Re: login from other side
Post by: sikynko on October 05, 2013, 01:41:29 PM
Thx a lot Man.

I glad for this reply :) ...