<< Back
Message for this thread
Posted by Messages text
kennedy pablo

Noavatar
Total post : 1
> Profile
Written on : 26/12/2007 23:19 ( more than one month )
Object : how login from external page
hi, i need to login from external page, actually from a flash file, i want to put the user and pass in my page to launch another page whidt DOCEBO.
from flash i send the variables to a php file? what name of variables?
index.php?modname=login&op=confirm&login_userid=xxxx&login_pwd=xxxxx.

this is correct?
tnks.
 
Erba Claudio

Avatar
Total post : 2688
> Profile
Written on : 10/01/2008 17:43 ( more than one month )
Object : Re: how login from external page
Try this:

<form  class="std_form" id="login_confirm" method="post"
action="http://www.customerlms.com/doceboLms/index.php?modname=login&amp;op=confirm"> 
      <input type="text" id="login_userid" name="login_userid" value="" />  
      <input type="password" id="login_pwd" name="login_pwd" />
      <input type="submit" id="login" name="log_button" value="Login" />
</form>
Docebo CEO and Founder
www.docebo.com
 
Omid

Avatar
Total post : 343
> Profile
Written on : 12/01/2008 04:41 ( more than one month )
Object : Re: how login from external page
Thanks Claudio,
Really useful ;)
 
<< Back