Password settings for SugarCRM / SuiteCRM
SugarCRM / SuiteCRM comes with password generation settings by default, and it is not configurable from admin panel. You can change it by modify config_override.php file. // Showing default values, change it as per your need // System generated password true/false $sugar_config['passwordsetting']['SystemGeneratedPasswordON'] = true; // Sent email to user with system…