Roundcube Community Forum

 

Cannot get Forgot PW to work

Started by Site, November 10, 2011, 12:52:50 PM

Previous topic - Next topic

Site

Im hoping somebody can help me. I have installed the taskbar plugin but cannot get the Forgot Password plugin to work. The taskbar seems to be installed correctly, but all it says is 'Home'. I have configured all files and imported sql table, but to no avail. Hoping somebody can help me.

Thanks.

rosali

Did you rename config.inc.php.dist to config.inc.php ?
Regards,
Rosali

Site

Yes I did, and I edited it to suite my site's needs, however kept the following settings blank:
$rcmail_config['default_smtp_user'] = "";
$rcmail_config['default_smtp_pass'] = "";

I hope I have the correct plugin, the folder is named saas-dev-roundcube-forgot_password-8a206ed

Also, in main.inc.php I have included this:  "forgot_password",  in  $rcmail_config['plugins'] = array(

Thanks.

Site

Am I missing something in taskbar/config.inc.php?

$rcmail_config['taskbar_templates'] = array(
  "login",
  "register.register",
  "contactus.contactus",
  "impressum.impressum",
  "nabble.nabble",
  "nabble.outside",
  "remember_me.remember_me",
  "pwtools.recpw",
);

Site

#4
Looks like I needed to rename the folder to get it working. The link is in the taskbar now, just has the wrong title on the taskbar. The link reads "forgot_password.forgotpassword"

Also it doesn't seem to be sending e-mail, and I have specified an alternative address.

rosali

Quote from: Site;37274I hope I have the correct plugin, the folder is named saas-dev-roundcube-forgot_password-8a206ed

The folders have to be taskbar and pwtools.
Regards,
Rosali

Site

The folders are renamed and the plugin seems to be working, but it stills reads 'forgot_password.forgotpassword' in the taskbar. Not sure how to change that.