Is there a way to disable only teacher registration ?
From ClarolineDoc
Edit the configuration file claroline/inc/conf/claro_main.conf.php, change the following line :
$allowSelfRegProf = FALSE;
Set this variable to
- TRUE to allow registration as course manager.
- FALSE to disable it.

