Hi,
I test your webmail, is it possible to creat a form and connect by this form i try at this url : http://www.dimoitou.com/mail/
What' the good variable ?
roundcube is here : http://www.dimoitou.com/mail/interface/
i try this :
<form name=loginform action=http://www.dimoitou.com/mail/interface method=post>
<input name="username" type="text" id="username" value="login" size="18"></td></tr> <tr> <td height="24" align="right" class="cap">Mot de passe :</td> <td style="padding-left:5px;"><input name="password" type="password" id="password" size="20"></td></tr> <tr> <td colspan="2" align="center"><a href="" class="txt" style="color:#595959; text-decoration:none;">Mot de passe perdu ?</a> </td> </tr> <tr><td colspan="2" class="txt"><div style="padding-left:10px;"> <div align="center"> <input name="submit" type=submit id="submit" value=Ouvrir session>
Thank's for your help
fred
The variable names you are looking for using are _user and _pass. Make sure they are lowercase and don't forget the underscore.
Theres two other hidden fields, but I don't know which ones are needed:
<input type="hidden" name="_auth" value="(md5 hash goes here)" /> <input name="_action" value="login" type="hidden" />
Hermann
On 11/25/05, Frédéric frederic@dimoitou.org wrote:
Hi,
I test your webmail, is it possible to creat a form and connect by this form i try at this url : http://www.dimoitou.com/mail/
What' the good variable ?
roundcube is here : http://www.dimoitou.com/mail/interface/
i try this :
<form name=loginform action=http://www.dimoitou.com/mail/interface method=post>
<input name="username" type="text" id="username" value="login" size="18"></td></tr> <tr> <td height="24" align="right" class="cap">Mot de passe :</td> <td style="padding-left:5px;"><input name="password" type="password" id="password" size="20"></td></tr> <tr> <td colspan="2" align="center"><a href="" class="txt" style="color:#595959; text-decoration:none;">Mot de passe perdu ?</a> </td> </tr> <tr><td colspan="2" class="txt"><div style="padding-left:10px;"> <div align="center"> <input name="submit" type=submit id="submit" value=Ouvrir session>
Thank's for your help
fred