When I create a new user I have to specify a password.
How can I force users to change their passwords when they log in for the first time?
Passwords rules are managed by Roundcube via
/usr/local/lib/roundcubemail/plugins/password/config.inc.php
// Enables forcing new users to change their password at their first login.
$config[‘password_force_new_user’] = false;
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.