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
{{ message }}
This repository was archived by the owner on Oct 1, 2022. It is now read-only.
Trying to access /admin/dump when admin is not logged in now dumps the user to /accounts/login/?next=/admin/dump/, which appears to be hard-wired into the app.
My app has its login page at /admin/login/, not /accounts/login/.
Can we have a setting that lets us change to login page
Trying to access /admin/dump when admin is not logged in now dumps the user to
/accounts/login/?next=/admin/dump/, which appears to be hard-wired into the app.My app has its login page at
/admin/login/, not/accounts/login/.Can we have a setting that lets us change to login page
thanks for a useful app!
John