noexpects / django_test_task

0 stars 0 forks source link

Restrict access that only authenticated users can create / update / delete other users #2

Open anndoc opened 3 years ago

anndoc commented 3 years ago
  1. Add login / registration via email / password using django-allauth https://django-allauth.readthedocs.io/en/latest/installation.html
  2. Restrict access that only authenticated users can create / update / delete other users. Other pages should be available for anonymous users as well as for authenticated.
  3. Make sure that current user can't remove yourself.