Roundcube Community Forum

 

forgotten password

Started by andrewjs18, October 13, 2012, 10:15:30 AM

Previous topic - Next topic

andrewjs18

does roundcube offer a feature for users to change their password if they forgot their original one?

I'm not using any sort of control panel on my web server, so that is why I ask.

SKaero

There is a plugin for the forgot password functionally https://github.com/saas-dev/roundcube-forgot_password I believe it works in tandem with the password plugin but I'm not 100% positive.

andrewjs18

ok, so I suppose I also need to install the password plugin as well?

SKaero

That would be my guess, I haven't used the plugin so I'm just guessing based off the source code.

andrewjs18

great.

I assume this is the password plugin the user is talking about: http://trac.roundcube.net/browser/github/plugins/password

SKaero

Yes it comes with the standard RoundCube package.

andrewjs18

ok.

I feel like a noob, but I've got another question.

it says to copy the config.inc.php.dist to /config/config.inc.php....I already have contents in that php file from another plugin, do I just add the password config stuff below the stuff that's already in there?

SKaero

The config.inc.php stays in the plugins folder they don't go in the <RC root>/config folder.

andrewjs18

#8
really?  because the automatic addressbook plugin says to copy the config.inc.php.dist to */config/config.inc.php, which is what I did and it works fine.

just trying to get clarification here before I embark on getitng it configured so I can then add the forgotten password plugin.

SKaero

Thats not what it means, its referring to the config folder in the automatic_addressbook. The automatic_addressbook plugin will work without the config.inc.php file it will just be using the default settings.

andrewjs18

hmn, that's a bit confusing then, especially since the readme in the automatic addressbook says:

Quote
copy config/config.inc.php.dist to config/config.inc.php
    edit config/config.inc.php as you fancy

SKaero

Sorry I but didn't write the install file for the automatic addressbook plugin, I just know how RoundCube's config file system works.

andrewjs18

ok, thanks.  I moved it to where you said it should be and it still works.

for plugins that are already included with the roundcube package, do we need to fully configure them or is there a button in the roundcube settings somewhere that I can enable it?

SKaero

You still need to configure the plugins that come with RoundCube.

andrewjs18

where do I define the update_passwd function?

it says see main.inc.php.dist, but I'm not finding any information in that file.