mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-13 14:43:03 +00:00
Fix (again) login from studio when https is activated
Login from studio with https was broken by the fix for localhost login. Close #193.
This commit is contained in:
parent
7a8ecbabec
commit
6c13710c79
@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## Latest
|
||||
|
||||
- [Bugfix] Fix (again) login from studio when https is activated (#193)
|
||||
|
||||
## v3.3.3 (2019-03-29)
|
||||
|
||||
- [Bugfix] Fix `pip install tutor-openedx`
|
||||
|
@ -44,6 +44,7 @@
|
||||
{% endif %}
|
||||
"LANGUAGE_CODE": "{{ LANGUAGE_CODE }}",
|
||||
"LOGIN_REDIRECT_WHITELIST": ["{{ CMS_HOST }}", "studio.localhost"],
|
||||
{% if ACTIVATE_HTTPS %}"SESSION_COOKIE_DOMAIN": ".{{ lms_cms_common_domain }}",{% endif %}
|
||||
"CACHES": {
|
||||
"default": {
|
||||
"KEY_PREFIX": "default",
|
||||
|
Loading…
Reference in New Issue
Block a user