ATutor

Learning Management Tools







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


Account Status


  • 2005-08-30 14:52:52

    Account Status

    I hope this is a quick question. Whenever anyone registers, their account status is always Instructor. How can I set the default to student?

  • 2005-08-31 18:11:56

    Check include/config.inc.php

    Make sure AUTO_APPROVE_INSTRUCTORS is set to false


    define('AUTO_APPROVE_INSTRUCTORS', FALSE);

  • 2005-08-31 22:06:49

    config

    FYI
    AUTO_APPROVE_INSTRUCTORS in include/config.inc.php