kapt-labs / django-check-seo

Django Check SEO will check the SEO aspects of your site for you, and will provide advice in case of problems. Compatible with Django & Django-CMS!
GNU General Public License v3.0
154 stars 12 forks source link

All people with the url can see the seo page #18

Closed corentinbettiol closed 4 years ago

corentinbettiol commented 4 years ago

Describe the bug Only connected administrators should be able to see the django-check-seo page.

To Reproduce Grab the url (the thing that looks like http://mysite/django-check-seo/?page=/), and open a private browsing tab.

Expected behavior The non-connected user should be redirected to a login screen.

Screenshots

bug: image

expected behavior: image