ATutor

Learning Management Tools







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


remove New USer registration from login screen


  • 2010-08-17 13:40:00

    remove New USer registration from login screen

    Still running the older version 1.6. Atutor. Is it possible to remove the Atutor New User Registration link from the main login screen?

  • 2010-08-18 09:44:38

    Re: remove

    Turn self-registration in the System Preference settings

  • 2010-08-18 14:33:38

    Remove It

    That is what I have done but my education dept. Would like to remove it entirely since we preload all user login names and their passwords anyway.

  • 2010-08-18 14:48:25

    Re: Remove It

    You're welcome to dig into the code and remove it. You'd need to be cut it out of the login template for the default theme (or whatever theme you're using if it has a login template)

    themes/default/login.tmpl.php

    and remove references to registration.php in:

    include/lib/menu_pages.php

    Is there a reason why disabling registration is not sufficient?

  • 2010-08-18 22:43:50

    Re: Remove It

    Just to streamline the process. No matter how clear you make login instructions there are people who still try and use it when they do not need to use it.


    -

  • 2010-08-19 09:00:04

    Re: Remove It

    When you disable registration in system preferecnes the registration link should not be appearing on the login screen. This would probably indicate the login template for the theme you are using is missing the lines to remove the registration box when the option is disabled.

    Which theme are you using?

  • 2010-08-19 09:03:10

    Re: Remove It

    I am using the default theme. -

  • 2010-08-19 09:11:57

    Re: Remove It

    Actually, looking back in the log, disable registration was not introduced until version 1.6.2.

  • 2010-09-23 10:53:01

    Re: Remove It

    Upgraded to version 2 and it now works. Thanks