Knowledge Base/Administrator/Getting Started

EFFECTUS login form on your site

Alexey Zelensky
posted this on October 14, 2010 00:58

You can add EFFECTUS login form on your own site.

Login form parameters:

  • Form action: [URL of your EFFECTUS platform]/user/login/
  • Method: POST
  • Login field name: login
  • Password field name: password

Example:

<form action="http://login.yourdomain.com/user/login/" method="post" >
Login: <input type="text" name="login" value="" />
Password: <input type="password" name="password" value="" />
<input type="submit" />
</form>