Ticket #1484479 (closed Bugs: worksforme)
"Your browser does not support cookies" wehn logging in from a different url
| Reported by: | em_bi | Owned by: | till |
|---|---|---|---|
| Priority: | 5 | Milestone: | |
| Component: | Core functionality | Version: | 0.1-rc1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
When login-informations are send from a different url (e.g. I wanted to place a login-form to the webmailer on my main-site), roundcube states that my browser (tested with Firefox, IE, Konqueror, Opera) does not support cookies. When I then login from the roundcube-url, everything is fine.
Environment:
Main-site: http*//mainsite.com
Roundcube: http*//roundcube.mainsite.com
Used form:
<form name="form" method="post" action="http://roundcube.mainsite.com/"> <input name="_action" value="login" type="hidden" /> <table><tr> <td class="title"><label for="rcmloginuser">Username</label></td> <td><input name="_user" id="rcmloginuser" size="30" value="" type="text" /></td> </tr><tr> <td class="title"><label for="rcmloginpwd">Password</label></td> <td><input name="_pass" id="rcmloginpwd" size="30" type="password" /></td> </tr></table> <p><input type="submit" class="button" value="Login" /></p> </form>
Can this be confirmed and are there any ways around this?
Change History
Note: See
TracTickets for help on using
tickets.
