mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #02727
[Bug 650931] Re: Add https Gravatar support for Mahara
Mahara 1.3.3
Using https connection, Internet explorer complains about non secure content after logging on. This is hard coded as
$baseurl = http://www.gravatar.com/gravar
in ./lib/user.php.
plus an option in ./lib/config-defaults.php
I added
$cfg->remoteavatarbaseurl = 'https://secure.gravatar.com/avatar/';
to config.php to fix the problem.
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/650931
Title:
Add https Gravatar support for Mahara
Status in Mahara ePortfolio:
Confirmed
Bug description:
Gravatar now serves avatars over https so we can enable it for https
sites too.
This is the base URL: https://secure.gravatar.com/avatar/
References