Removing login option for Moodle Networking

Removing login option for Moodle Networking

by Jon Bolton -
အကြောင်းပြန်မှု အရေအတွက်: 2
Particularly helpful Moodlers ၏ ရုပ်ပုံ Testers ၏ ရုပ်ပုံ

I understand from Helen Foster that Martin D hacked the code of dev.moodle.org to remove the login option so that people had to use their moodle.org account to access the site.

Would it possible for that hack be shared??

ပျှမ်းမျှအဆင့်သတ်မှတ်ချက်များ: -
Jon Bolton ထံသို့ အကြောင်းပြန်ရာတွင်

Re: Removing login option for Moodle Networking

by Martin Dougiamas -
Core developers ၏ ရုပ်ပုံ Documentation writers ၏ ရုပ်ပုံ Moodle HQ ၏ ရုပ်ပုံ Particularly helpful Moodlers ၏ ရုပ်ပုံ Plugin developers ၏ ရုပ်ပုံ Testers ၏ ရုပ်ပုံ
Sure, I was going to put it in core anyway.  Basically it's the patch below, plus this in config.php:  $CFG->hideloginpanel = true;


Index: index_form.html
===================================================================
RCS file: /cvsroot/moodle/moodle/login/index_form.html,v
retrieving revision 1.50.2.1
diff -r1.50.2.1 index_form.html
2c2
< if ($show_instructions) {
---
> if ($show_instructions and empty($CFG->hideloginpanel)) {
8a9
> <?php if (empty($CFG->hideloginpanel)) { ?>
74a76
> <?php } ?>