Roundcube Community Forum

Release Support => Pending Issues => Topic started by: denisvl on July 15, 2014, 07:48:32 AM

Title: Force_change_password
Post by: denisvl on July 15, 2014, 07:48:32 AM
Hello guys,
I have setup the Roundcube 1.0.1 with postfix , courier,mysql in an Ubuntu Server.Users are authenticated through IMAP authentication from sql and i have also installed the change password plugin,in order users to chnage their password.
The only think i didn't manage to do is the forcing the new users to change their password after their first login.

In the config.inc.php i have enabled the line below.But it doesn't seem to work.
$config['password_force_new_user'] = true;
How are characterized the new users..?
How can i make my scenario work.?

Thanks in advanced..
Title: Re: Force_change_password
Post by: denisvl on July 25, 2014, 09:56:23 AM
any one..????
Title: Re: Force_change_password
Post by: ABerglund on July 25, 2014, 11:18:46 AM
force_new_user has nothing to do with passwords, that has to due with account creation in the Roundcube database. There is no built-in ability for Roundcube to force a password change on first use, although that would be a plus. I believe this could be done with a plugin, but I don't think one exists at the current time.
Title: Re: Force_change_password
Post by: alec on July 26, 2014, 04:43:25 AM
This is already implemented in git-master version of password plugin.