summaryrefslogtreecommitdiffstats
path: root/hyperkitty/lib
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-04-27 12:29:44 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-04-27 12:29:44 +0200
commit7c0a987eb13bf4a41736b04bf6b43b9da63b7587 (patch)
tree9c4e97d00f2245b53e47b042ae32415b40767852 /hyperkitty/lib
parente3707c5b5326468a75ee8d983ff77fded1995d83 (diff)
downloadhyperkitty-7c0a987eb13bf4a41736b04bf6b43b9da63b7587.tar.gz
hyperkitty-7c0a987eb13bf4a41736b04bf6b43b9da63b7587.tar.xz
hyperkitty-7c0a987eb13bf4a41736b04bf6b43b9da63b7587.zip
Use SSL in the Fedora auth backend
Diffstat (limited to 'hyperkitty/lib')
-rw-r--r--hyperkitty/lib/fedora.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/lib/fedora.py b/hyperkitty/lib/fedora.py
index e87459d..3c948b8 100644
--- a/hyperkitty/lib/fedora.py
+++ b/hyperkitty/lib/fedora.py
@@ -6,7 +6,7 @@ No extra configurations are needed to make this work.
from social_auth.backends import OpenIDBackend, OpenIdAuth
-FEDORA_OPENID_URL = 'http://id.fedoraproject.org'
+FEDORA_OPENID_URL = 'https://id.fedoraproject.org'
class FedoraBackend(OpenIDBackend):