Roundcube Community Forum

 

Question About Login

Started by rab233, July 17, 2011, 09:24:49 PM

Previous topic - Next topic

rab233

can i use something like this to add a login form to my website like you can with squirrel mail?
<form method=&quot;Post&quot; action=&quot;http://domain/src/redirect.php&quot;>
 <center>
  <table border=&quot;0&quot;>
   <tr>
    <td colspan=&quot;2&quot; align=&quot;right&quot;>Email Address:
      <input type=&quot;text&quot; name=&quot;login_username&quot; /></td>
    </tr>
   <tr>

    <td colspan=&quot;2&quot; align=&quot;right&quot;>Password:
      <input type=&quot;password&quot; name=&quot;secretkey&quot; maxlegth=&quot;128&quot; /></td>
    </tr>
   <tr>
    <td align=&quot;right&quot;><div align=&quot;center&quot;>
      <input type=&quot;submit&quot; value=&quot;Login&quot; />
    </div></td>
   </tr>
  </table>
 </center>
</form>

utsab

Did you get the solution. Please help me. I also need the same help. Same problem

Please mail me the code [email protected]

Thanx in advance

Utsab

SKaero