Hi all,
One of the first things I do whenever I get the new version of RC is to go into the login form and remove "autocomplete=off". With RC0.5 it seems that the form elements are now called as an include and I can no longer do that.
Where are these now? Is there a way to let skins control this rather than the program or at least as a config setting?
For some of us, where security is not as critical or already have to login to our computers, it would make sense to let the user choose whether to let the browsers save usernames/passwords. In my case, I open my email several times a day and being able to click "login" was simple enough (I would actually like to be able to select a checkbox to bypass this altogehter, but that's another story). Now I have to type in my username and password every time.
Thanks!
// Andrés.
List info: http://lists.roundcube.net/dev/ BT/aba52c80
Hi Andres,
the easiest and also the most portable way between updates is to write a plugin which executes some jquery code to change the attribute.
Till
On Sun, Dec 19, 2010 at 8:14 PM, Andres Sulleiro Andres.Sulleiro@razorfish.com wrote:
Hi all,
One of the first things I do whenever I get the new version of RC is to go into the login form and remove "autocomplete=off". With RC0.5 it seems that the form elements are now called as an include and I can no longer do that.
Where are these now? Is there a way to let skins control this rather than the program or at least as a config setting?
For some of us, where security is not as critical or already have to login to our computers, it would make sense to let the user choose whether to let the browsers save usernames/passwords. In my case, I open my email several times a day and being able to click "login" was simple enough (I would actually like to be able to select a checkbox to bypass this altogehter, but that's another story). Now I have to type in my username and password every time.
Thanks!
// Andrés.
List info: http://lists.roundcube.net/dev/ BT/b33d0462
List info: http://lists.roundcube.net/dev/ BT/aba52c80
2010.12.19 21:14, Andres Sulleiro ras(e.:
Hi all, One of the first things I do whenever I get the new version of RC is to go into the login form and remove "autocomplete=off". With RC0.5 it seems that the form elements are now called as an include and I can no longer do that. Where are these now? Is there a way to let skins control this rather than the program or at least as a config setting? For some of us, where security is not as critical or already have to login to our computers, it would make sense to let the user choose whether to let the browsers save usernames/passwords. In my case, I open my email several times a day and being able to click "login" was simple enough (I would actually like to be able to select a checkbox to bypass this altogehter, but that's another story). Now I have to type in my username and password every time.
Quoting one of the authors of RCD:
OK, for now we have a new option in config/main.inc.php which by default disables autocompletion (as the skin template did). It will be released soon with 0.5-beta.
So no need for hacking or plugins anymore.
Rimas
List info: http://lists.roundcube.net/dev/ BT/aba52c80
On 2010-12-19 20:14, Andres Sulleiro wrote:
Hi all, One of the first things I do whenever I get the new version of RC is to go into the login form and remove "autocomplete=off". With RC0.5 it seems that the form elements are now called as an include and I can no longer do that.
You can find the setting inside main.inc.php coming with the 0.5rc.
/Thomas http://wiki.lnxgeek.org
List info: http://lists.roundcube.net/dev/ BT/aba52c80
Thank you all for your replies. This is very useful!
// Andrés
From: dev-bounces+andres.sulleiro=razorfish.com@lists.roundcube.net [mailto:dev-bounces+andres.sulleiro=razorfish.com@lists.roundcube.net] On Behalf Of Thomas D. Dahlmann Sent: Monday, December 20, 2010 12:10 AM To: dev@lists.roundcube.net Subject: Re: [RCD] autocomplete = off
On 2010-12-19 20:14, Andres Sulleiro wrote: Hi all,
One of the first things I do whenever I get the new version of RC is to go into the login form and remove "autocomplete=off". With RC0.5 it seems that the form elements are now called as an include and I can no longer do that.
You can find the setting inside main.inc.php coming with the 0.5rc.
/Thomas http://wiki.lnxgeek.org
List info: http://lists.roundcube.net/dev/ BT/aba52c80