Author Topic: Remote login  (Read 7629 times)

Offline adomjan

  • Newbie
  • *
  • Posts: 1
Remote login
« on: November 05, 2006, 04:17:31 AM »
Hello,

I would like to be able to login in roundcube webmail from another page with just two fields (username and password). I already posted this question on the mailing-list and the answer was that it has already been discussed in the forums. So I subscribed to the forum and searched for "remote login", without success, I tried several keywords but I still didn't find the way to do it, si I'm posting it again here. If it has been already discussed then just point me to the thread.

Thanks,
Alexis

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Remote login
« Reply #1 on: November 05, 2006, 04:23:50 AM »
I heard about this before, but it was before the forum crashed, and before 0.1 b2 came out. But that is as far as I know.

Offline seansan

  • Jr. Member
  • **
  • Posts: 84
Re: Remote login
« Reply #2 on: November 12, 2006, 02:15:17 PM »

Open the roundcube form in editor + copy all the input fields. Paste this form in the document you want to access from and set all input types to hidden. When you click submit you can use jaavascript to paste all values from1.username.value = form2.username.value etc and then submit the new form.


example from other url

         e-board
         
         
         

         
         
         
         
         

Offline sandlizardz

  • Jr. Member
  • **
  • Posts: 27
Re: Remote login
« Reply #3 on: November 19, 2006, 07:05:06 PM »
Hello. I have done this which is very easy. Please see http://www.sandlizardz.com/webmail_login.html

You may view the source code to see the form code.
Integrity is a mindset that guides our personal and professional behavior requiring honesty, trustworthiness and character!

http://www.sandlizardz.com

Offline sandlizardz

  • Jr. Member
  • **
  • Posts: 27
Re: Remote login
« Reply #4 on: November 19, 2006, 07:19:09 PM »

Integrity is a mindset that guides our personal and professional behavior requiring honesty, trustworthiness and character!

http://www.sandlizardz.com

Offline sandlizardz

  • Jr. Member
  • **
  • Posts: 27
Re: Remote login
« Reply #5 on: November 19, 2006, 07:20:37 PM »
Just replace the form action=" " url with the direct url to the location of your index.php.
Integrity is a mindset that guides our personal and professional behavior requiring honesty, trustworthiness and character!

http://www.sandlizardz.com

Offline sandlizardz

  • Jr. Member
  • **
  • Posts: 27
Re: Remote login
« Reply #6 on: November 19, 2006, 07:31:55 PM »
Integrity is a mindset that guides our personal and professional behavior requiring honesty, trustworthiness and character!

http://www.sandlizardz.com