Jean Claude,
Sorry for the troubles. It looks like a change to the JFBCLogin module wasn't transferred over properly to the SCLogin module. This will definitely be fixed in the 4.1.1 release. In the meantime, if you'd still need a fix, you can either:
* Revert to using the JFBCLogin module, for now. If you're using the "Show Profile Pic" setting, that may no longer work due to changes in Facebook and how the JFBCLogin module works
* Edit the /modules/mod_sclogin/tmpl/login.php file. Toward the top, you'll see:
$passwordName = "password";
Add the following lines directly below that:
if ($params->get('register_type') == "communitybuilder")
$passwordName = 'passwd';Thanks for the report,
Alex