mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #26695
[Bug 1434131] Re: Add an option to show or hide the login side block
Hi Kristina,
If it can help, the code that displays the login button or not is in the following raw template files : "htdocs/mahara/htdocs/theme/raw/templates/header/topright.tpl". Three variables must be false for the login button to be displayed :
* $LOGGEDIN
* $SIDEBARS
* $LOGINPAGE
My guess is that there's a side bar in your other configuration. Maybe
this condition on side bars could be removed but we would have to check
that it don't break anything else.
Hope it helps understanding more how it works!
Jean-Philippe
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1434131
Title:
Add an option to show or hide the login side block
Status in Mahara ePortfolio:
Fix Committed
Status in Mahara 15.04 series:
Fix Released
Status in Mahara 15.10 series:
Fix Committed
Bug description:
When using Moodle Mnet or CAS as Mahara authentication, it is
necessary to have an option that let you hide the login side block
because the authentication page is external. So if you have only one
type of authentication in your Mahara instance that is external, you
need to use the config externallogin (#885029) and have another config
that hide the login side block. This way only one login button is
shown in the top right section (see attachments).
A patch will follow.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1434131/+subscriptions
References