mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #06673
[Bug 884962] Re: When the disablelogin config is true, the login sidebar still shows
https://reviews.mahara.org/821
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/884962
Title:
When the disablelogin config is true, the login sidebar still shows
Status in Mahara ePortfolio:
In Progress
Bug description:
Affects 1.4 and master
The guilty line is in htdocs/lib/web.php line 521 (master), 515 (1.4)
if (!$USER->is_logged_in() && !(get_config('siteclosed') && get_config('disablelogin'))) {
it should be testing siteclosed OR disablelogin
Will push a patch for master, not sure if it is worthy for 1.4.1 (or
1.4.2 at this stage :D)
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/884962/+subscriptions
References