Roundcube Community Forum

Release Support => Requests => Topic started by: thanhnv on September 14, 2012, 06:25:20 AM

Title: error, try to configure roundcube-forgot_password
Post by: thanhnv on September 14, 2012, 06:25:20 AM
I have tried to configure follow this guide : https://github.com/saas-dev/roundcube-forgot_password

But I have a problem, please visit the link : https://182.237.23.4/mail/

Please help me ! many thanks!
Title: Re: error, try to configure roundcube-forgot_password
Post by: SKaero on September 14, 2012, 08:11:04 AM
It appears that the developer used a short tag in the main plugin file which it looks like your server doesn't support. In forgot_password.php replace "<?" with "<?php" on the first line.
Title: Re: error, try to configure roundcube-forgot_password
Post by: thanhnv on September 14, 2012, 09:47:50 PM
thanks SKaero,

after I have fixed forgot_password.php, I haven't seen script forgot password on login page. I have already configured in main.inc.php

$rcmail_config['plugins'] = array("password","managesieve","forgot_password");       

How to configure script forgot password on login page. https://182.237.23.4/mail

Many thanks.
Title: Re: error, try to configure roundcube-forgot_password
Post by: SKaero on September 14, 2012, 10:12:53 PM
I don't know how the plugin works so I can't really be of to much help, but you could check your RoundCube error log to see if it gives you anymore information.
Title: Re: error, try to configure roundcube-forgot_password
Post by: thanhnv on September 19, 2012, 02:53:35 AM
Thanks SKaero,

But I think you can see the forgot password source code and fix it.
Currently, I have a problem with running javascript (change_save_button.js, forgot_password.js)  on login page. Can you help me to fix it.

Title: Re: error, try to configure roundcube-forgot_password
Post by: SKaero on September 19, 2012, 04:16:04 AM
Sorry but I don't have the time to look though the plugin to find the cause of te problem. It obviously hasn't been updated for over a year and doesn't support larry so it probably needs a fair bit of work to get  it to work with the current version of RoundCube.
Title: Re: error, try to configure roundcube-forgot_password
Post by: thanhnv on September 20, 2012, 06:32:02 AM
Thanks  SKaero,

I have just installed roundcube-0.8.1 and installed PWTOOLS plugin (include : checked_identities , savepassword, settings, taskbar plugin). But I have a problem with Submit button Password reminder does not effect. (after type e-mail address and click forgot password , answer secret question, --> click Submit )

With URL : http://182.237.23.4/webmail/  (test with username: [email protected])

Please tell me what is a problem,

Thanks,
Title: Re: error, try to configure roundcube-forgot_password
Post by: rosali on September 22, 2012, 03:37:55 PM
The problem is, that you are using an outdated version (see your request @ myroundcube forum).