Originally created by: Vladimir.Chukharev@gmail.com
Originally owned by: Vladimir.Chukharev@gmail.com
Perhaps this is all right, but it should be double checked.
Some of templates in labman2/data/templates/registration/ do not have {% csrf_token %} right after the opening <form> tags. I used a command
$ grep -r "<form" ~/progs/labman2/labman2/* | grep -v csrf_token
to find those places.
Low priority since @csrf_protect decorators are commented out in the development environment anyway.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: Vladimir.Chukharev@gmail.com
Fixed in [r800], tests are still to be made for all pages.
Status: TestNeeded