ATutor

Learning Management Tools







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


unable to complete registration


  • 2008-07-28 18:23:26

    unable to complete registration

    I have an admin account that works perfectly. I was trying to register as a student to see what the site looks like, i keep getting "student ID and PIN combination you provided is either being used or is incorrect. There is no one registered at this time but me as an admin. I was using information that was different from the admin information.

    If you are asking for help, provide lots of detail so problems can be reproduced.

    Things to describe:
    Operating system ATutor is installed on -
    ATutor version -
    ATutor theme name -
    PHP version -
    MySQL version -
    Webserver & version -
    Copies of error messages -
    Changes to default settings -
    Web browser being used -
    ...and anything else relevant -

  • 2008-07-29 01:52:20

    Re: unable to complete registration

    I guess you have enabled Master Student List previously. By default, it's off and you shouldn't see ID and PIN fields during registration.

    Check that Admin -> System Preferences -> Authenticate Against A Master Student List is disabled.
    If it is, and you're still getting that message, then please do fill in the "Things to describe:" list.

  • 2008-07-29 15:17:30

    Re: unable to complete registration

    Thank. That worked.

    Is there a way to make all the fields on the registratin form mandatory?

    If you are asking for help, provide lots of detail so problems can be reproduced.

    Things to describe:
    Operating system ATutor is installed on -
    ATutor version -
    ATutor theme name -
    PHP version -
    MySQL version -
    Webserver & version -
    Copies of error messages -
    Changes to default settings -
    Web browser being used -
    ...and anything else relevant -

  • 2008-07-30 07:33:01

    Re: unable to complete registration

    ATutor is OpenSource, so surely there must be one. :D

    Though it's not configurable and you'll need to make changes to the PHP code.
    You'll have to edit four files: themes/default/registration.tmpl.php and themes/default/users/profile.tmpl.php to change appearance (make the red asterisk appear at those fields), and files registration.php and users/profile.php to add conditions checking that the fields are non-empty.

    If that sounds like too much of a work, just see those files -- you'll be mostly copying existing code fragments with some trivial changes.

    P.S. There's no need in "If you are asking for help,..." in each post.