Try to fix login for elections in stg

This commit is contained in:
Pierre-Yves Chibon
2014-04-08 21:02:19 +02:00
parent afd4a8c207
commit 7785aeefcc

View File

@@ -27,3 +27,7 @@ FAS_PASSWORD = '{{ fedorathirdpartyPassword }}'
## This should be ``True`` but should be changed to ``False`` if the FAS server
## used does not have a valid SSL certificate.
FAS_CHECK_CERT = True
# This is required to fix login
PREFERRED_URL_SCHEME='https'