Forums | Mahara Community
Support
/
Help with config options
17 August 2010, 11:47
Hi I'm new to Mahara, and have been playing with it today. I think I'm using 1.2.4 - I can't actually find a definitive place it says, but this is what it says in lib/version.php.
What I want to do, is disable the main login box in the sidebar and I assume I should be able to do this, as all throughout the code I see references to $config->disablelogin, but don't know how to set this. Whatever I do, the login seems to function perfectly fine.
Can anyone point me to a way that I can utilise 'disablelogin', or if I've completely misunderstood what this is for, do let me know!
Many thanks,
Paul
17 August 2010, 12:33
Hi Paul,
the "disablelogin" means that nobody is allowed to login in. If you want to remoive the box you have to hack the code.
HTH
Heinz