Hi
You were introducing (better) CSRF protection in RC 0.5.1. In RC 0.5 we were able to provide our own custom login forms (on a different domain) for Roundcube. In 0.5.1 those forms no longer work, probably due to the missing "_token" POST request param. We're getting redirected to the login form right after submitting the login credentials.
We provide both "_user" and "_pass" input fields but are not able to provide the hidden "_token" field as this token gets generated by RC.
Example login form that works perfectly under RC 0.5:
https://my.onlime.ch/index/webmail
Is there any workaround for this in RC 0.5.1? I couldn't find any hints about custom login forms in your Wiki.
Thanks!
Regards, Philip
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hi
Labels in Khmer updated
Cheers,
Sengtha
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/re/PdGv3lGD/labels.inc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hi,
Is there any translation tool for Managesieve plugin?
How can I translate the Managesieve plugin?
Regards,
DC
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Or am I missing something?
Because users just had addresses in their addressbooks, without filing
them under contact groups, then 0.5 shows empty addressbooks with queries
like:
SELECT * FROM contactgroups WHERE del<>1 AND user_id='23' ORDER BY name
Seems like there's some mysql Fu that needs to happen to put each users's
contacts into a contactgroup. . .
Ben
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hi,
attachment contains Russian translation.
Anton
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/vU/BPcbA4vc/labels.inc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hello Devs,
I use the Roundcube and I like so much, but in 0.5.1 version have a change in rcube_user.php which causes problems in the users table with many records:
SELECT * FROM users WHERE mail_host = '----' AND BINARY username = '---';
This query is too slow when we have more than 200000 records, because using like this the index is not used. I did some tests and the best way is using BINARY before the username(variable of login):
SELECT * FROM users WHERE mail_host = '----' AND username = BINARY '---';
In this case, in "users"."username" have index for use and query is more fast.
Regards,
Thiago Coutinho
obs: The tests were made by Francisco Freire and Thiago Coutinho.
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
slovak translation update labels.inc
Martin
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/RS/pZUugGaU/labels.inc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80