You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The store_id and messages cookie keep / as path when using rdmo under an script alias.
Expected behaviour / Erwartetes Verhalten
In config/settings/__init__.py we set CSRF_COOKIE_PATH, LANGUAGE_COOKIE_PATH, and SESSION_COOKIE_PATH. I think the two cookies should just follow SESSION_COOKIE_PATH. This is easy for out store_id, but we need to check how messages (which we don't use, yet) is configured.
Description / Beschreibung
The
store_id
andmessages
cookie keep/
as path when using rdmo under an script alias.Expected behaviour / Erwartetes Verhalten
In
config/settings/__init__.py
we setCSRF_COOKIE_PATH
,LANGUAGE_COOKIE_PATH
, andSESSION_COOKIE_PATH
. I think the two cookies should just followSESSION_COOKIE_PATH
. This is easy for outstore_id
, but we need to check howmessages
(which we don't use, yet) is configured.Steps to reproduce / Schritte zum Reproduzieren
The problem is visible on /rdmo/account/orcid/login/callback/.
The text was updated successfully, but these errors were encountered: