rafalp / Misago

Misago is fully featured modern forum application that is fast, scalable and responsive.
http://misago-project.org
GNU General Public License v2.0
2.49k stars 521 forks source link

Delete `AnonymousUser` from Misago #1712

Open rafalp opened 6 months ago

rafalp commented 6 months ago

We can't guarantee that AnonymousUser instance we are dealing with will be one from Misago's, so we should remove it and guarantee all the codebase handles Django's standard anon user.