Author Topic: password change on first login  (Read 4892 times)

Offline ivarss

  • Newbie
  • *
  • Posts: 8
password change on first login
« on: March 14, 2017, 05:46:59 AM »
Hi,
is there a mechanism to force user to change password on first login?

Has this been implemented and how to use? https://github.com/roundcube/roundcubemail/issues/2963

Br,
Ivars

Offline alec

  • Hero Member
  • *****
  • Posts: 1,365
Re: password change on first login
« Reply #1 on: March 14, 2017, 07:03:39 AM »
In password plugin config:
Code: [Select]
// Enables forcing new users to change their password at their first login.
$config['password_force_new_user'] = false;