-
Notifications
You must be signed in to change notification settings - Fork 1
Some urls accessible without login #3
Copy link
Copy link
Open
Labels
Description
Check http://bits-quark.org/pay/ or http://bits-quark.org/dashboard/. As you can see that these are pages for registered users, it shouldn't be visible outside. For eg. when you visit http://bits-quark.org/profile/, it redirects you to login before visiting the page. This can be achieved by using login decorators in Django https://docs.djangoproject.com/en/1.10/topics/auth/default/#django.contrib.auth.decorators.login_required
Reactions are currently unavailable