You are currently temporarily logged in. When you log out, the anonymous user "{{ ANONYMOUS_USERNAME }}" will be logged in.
You can log out the anonymous user and end the anonymous session.
You can log out and login as the anonymous user (username "{{ ANONYMOUS_USERNAME }}").
It is recommended that you only do this on common space computers.
If you have started an anonymous session on another machine, you can end the session by logging in as yourself on that machine and ending the session through this same page.
Login as the anonymous user "{{ ANONYMOUS_USERNAME }}": Anonymous Login
{% endif %}
Sometimes (especially if someone used the Django admin), the number of request responses
and thread messages stored in their model fields can be different from the real value.
The change date for a thread can also fall out of line from the post date of the latest message
associated with that thread.
If this is the case, or you're not sure, you can recount both these fields for each request and thread
and update the change_date for those threads.
It is advised that you do this every few weeks.
Running this utility will not modify the change date on either requests or threads.
Recount request responses and thread messages: Recount
You can alternatively go to the Django admin interface for more low-level control.
Be careful. If you mess up real bad, contact Karandeep through his GitHub page.