ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


How to disable selfregistration


  • 2005-04-01 04:13:45

    How to disable selfregistration

    Sorry, but I am new to ATutor and maybe this question is trivial. Anyway, how can I disable the self-registration feature, that is, the possibility of obtaining a login by just compiling a form?

    Thank you, Pilu

  • 2005-04-01 15:34:55

    Comment

    Comment out the register section of theme/default/theme.cfg.php

    Like so:

    /*
    $pub_nav['register']['name'] = _AT('register');
    $pub_nav['register']['url'] = 'registration.php';
    $pub_nav['register']['image'] = $theme_image_path . 'user-profile.gif';
    */