Roundcube Community Forum

 

Don't force new users to change their password

Started by auser, March 10, 2023, 05:21:51 PM

Previous topic - Next topic

auser

Hi all, I'm running an iRedMail server using Roundcube webmail.  Currently new using are prompted to change their password upon first logging in to webmail, but I'd like to disable this feature.

Here's the relevant (I think) portion of /opt/www/roundcubemail-1.4.11/plugins/password/config.inc.php .

// Enables forcing new users to change their password at their first login.
$config['password_force_new_user'] = false;


I have tried setting it to 'force', 'false', and 'true' but it doesn't seem to make any difference.  Perhaps there is another setting I need to change?

Also, after changing the config, do the changes go into effect immediately or do I need to restart nginx or another service?

Any insight would be appreciated.  Thank you!

Dmitry42

Check your RC config - here is 'password plugin' enabled ?

QuoteAlso, after changing the config, do the changes go into effect immediately or do I need to restart nginx or another service?

Immediately - just reload page.

auser

Yes, the 'password' plugin was enabled, but as it turns out so was the 'force_password_change' plugin.  I removed that and now it's working fine.  Thanks for pointing me in the right direction!