Hi
If you have many people using your roundcube webmail you’ll need a “Remember Password” function
vim skins/default/templates/login.html
change it from:
<roundcube:object name="loginform" form="form" autocomplete="off" />
to:
<roundcube:object name="loginform" form="form" autocomplete="on" />
Dont forget to clear the cache
Have fun