Author Topic: Force_change_password  (Read 2765 times)

Offline denisvl

  • Newbie
  • *
  • Posts: 2
Force_change_password
« 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..

Offline denisvl

  • Newbie
  • *
  • Posts: 2
Re: Force_change_password
« Reply #1 on: July 25, 2014, 09:56:23 AM »
any one..????

Offline ABerglund

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 673
Re: Force_change_password
« Reply #2 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.
Arne Berglund
SysAdmin, Internet Services
Lane Education Service District
Eugene, OR, USA

Offline alec

  • Hero Member
  • *****
  • Posts: 1,363
Re: Force_change_password
« Reply #3 on: July 26, 2014, 04:43:25 AM »
This is already implemented in git-master version of password plugin.