MI-DPLA / combine

Combine /kämˌbīn/ - Metadata Aggregator Platform
MIT License
26 stars 11 forks source link

Some combine administrative pages don't forward anonymous users to the login page. #468

Closed svogtunh closed 4 years ago

svogtunh commented 4 years ago

The following links exhibit this behavior:

I think that the functions that handle this in core/views organization.py, analysis.ph, and core_background_tasks.py need to have the @login_required decorator added to them, similar to views/published.py (which works properly).

I also think this should be a high priority issue since it allows access to back-end administrative functions.