Release Support > Pending Issues

Don't force new users to change their password

(1/1)

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 .


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

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 ?


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

--- End quote ---

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!

Navigation

[0] Message Index

Go to full version