AnantLabs / dotnetkicks

Automatically exported from code.google.com/p/dotnetkicks
0 stars 1 forks source link

Don't show user profile of banned users #88

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It is currently possible for spammers to place links on their profile page.
We not display the banned user's profile to non mods/admins.

Original issue reported on code.google.com by gavinjo...@gmail.com on 13 Sep 2007 at 4:32

GoogleCodeExporter commented 9 years ago
For example: http://www.dotnetkicks.com/users/bhartzer

Original comment by gavinjo...@gmail.com on 13 Sep 2007 at 5:50

GoogleCodeExporter commented 9 years ago
Maybe he is just going for the Friendliest DNK user award :) 

Original comment by james.e....@gmail.com on 13 Sep 2007 at 6:10

GoogleCodeExporter commented 9 years ago
fixed by adding if ( ... && !this.UserProfile.IsBanned) to the user profile 
control

fixed in r496

Original comment by james.e....@gmail.com on 3 Oct 2007 at 1:38

GoogleCodeExporter commented 9 years ago

Original comment by james.e....@gmail.com on 3 Oct 2007 at 1:57

GoogleCodeExporter commented 9 years ago

Original comment by gavinjo...@gmail.com on 3 Oct 2007 at 11:44