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
It might be convenient for somebody to have the userand urls on the same path (for cookies) like the core login. This allows to use the login from core component for userland urls with the logged in user in the dashboard.
* develop csrf debug false work #23
* refactor to start heartbeat process in test
* fix test cases
* don't raise exception on strange heartbeat message
* update coverage to 4.5.1
* save artifacts on build
* rename screenshot files
* format tox.ini
* create png artifact in test
* always copy pngs to artifacts
* set to always
* code cleanup
* fix code change
* temporary work
* deactivate cas_logfile
* add username to context, move is_authenticated flag
* cleanup and update to new python-social-auth
* ignore png in root
* fix dict attribute error
* add selenium IDE project
* use postgresql for tests because sqlite database gets locked
* add postgresql container
* fix test
It might be convenient for somebody to have the userand urls on the same path (for cookies) like the core login. This allows to use the login from core component for userland urls with the logged in user in the dashboard.
https://github.com/sahlinet/tumbo-server/blob/master/tumbo/tumbo/urls.py#L12
Therefore move the include of userland_urls above the core line and add a prefix if
TUMBO_USERLAND_URL_PREFIX
is configured.The text was updated successfully, but these errors were encountered: