Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: MobyCash on June 13, 2017, 04:29:37 AM

Title: auto-fill my login
Post by: MobyCash on June 13, 2017, 04:29:37 AM
How do I get to auto-fill my email address and password so I don't have to do this every time I want to view my emails?
Title: Re: auto-fill my login
Post by: JohnDoh on June 13, 2017, 05:05:18 AM
check your roundcube config for `$config['login_autocomplete']`
Title: Re: auto-fill my login
Post by: JohnDoh on June 14, 2017, 01:27:02 AM
Do you have access to the config files of your roundcube installation? If its not already in your config.inc.php file (typically in [rc root]/config/) then it will be in defaults.inc.php and you should copy it from defaults.inc.php to config.inc.php and put the new value into config.inc.php.
Title: Re: auto-fill my login
Post by: JohnDoh on June 17, 2017, 05:12:15 AM
as i said the typical location of the config files is in [rc root]/config/ but I don't know if cpanel puts the config files in a different location. may be some one else how knows more about cpanel can help you.