Django based forum engine
0
I see that there is a template called profile_admin.html but is it ever used? Is there a way to moderate profiles and if so how do I access it?
On a related note adding a ban in the admin doesn't seem to do anything. How do you use bans?
Thanks!
edit: Ok so I figured out that bans don't take effect till the user logs out and tries to log in again. Is this the desired functionality? It seems that if should take effect immediately regardless of if they log in again or not.
Edited loarf (June 3, 2011 03:00:32)
Offline
6
Offline
0
Gotcha, thanks for the quick response!
Oh and I was wondering, where are the bans handled? I was thinking about expanding them to include ip bans but couldn't figure out where the user is blocked from logging in?
edit: nevermind I found it in the save and delete method of Ban. Thanks.
Edited loarf (June 3, 2011 19:35:31)
Offline