On 6/29/19 4:38 PM, David Mehler wrote:
Hello,
I've got an email server setup all with virtual users. There only interaction with it will be via a webmail interface in this case roundcube. What I'm wanting to do is set up automatic password change on first login. The users already have the ability using the password plugin to change their password, I just want to make it mandatory so they'll know their passwords, I won't. Would this be considered a dovecot or a roundcube issue?
There's an option in Password plugin:
// Enables forcing new users to change their password at their first login. $config['password_force_new_user'] = false;