diff --git a/auth/restbackend.py b/auth/restbackend.py index a0665c8..5466973 100644 --- a/auth/restbackend.py +++ b/auth/restbackend.py @@ -16,8 +16,6 @@ # You should have received a copy of the GNU General Public License along with # GNU Mailman. If not, see . -# https://docs.djangoproject.com/en/dev/topics/auth/ - from django.contrib.auth.models import User, check_password class RESTBackend: diff --git a/tests/tests.py b/tests/tests.py index df562dd..707c5fa 100644 --- a/tests/tests.py +++ b/tests/tests.py @@ -69,7 +69,8 @@ User + Login =================== For authentification we do need to setup a test user into the system. -This including the login will be checked here: +This including the login will be with our own Auth Backend. Additional information on how to expand the Auth Backend with e.g. user perms could be found on a well documented Django Help page: +https://docs.djangoproject.com/en/dev/topics/auth/ >>> #c.... adduser() #TODO add user