Whenever I get errors like this I always shake my head in disgust:
Seriously, what field type is this in their database table? They can’t use a simple varchar 255
? Are they stuck with 64K of memory?
Next there’s this when I accidentally type in my username wrong:
Say it twice because, ya know, I’m an idiot. I do, however, notice that one is in all lowercase.
Now that I’ve created an account and logged in, I try to connect the site to my Twitter account so it can find my friends:
I get the feeling that the developers are the ones being serviced and not the user.
Update: So I tried to “Stumble” this article (or whatever it is you do there) but StumbleUpon, yes I’m talking about you above, wouldn’t let me. They told me they couldn’t find tcrbang.com. Heebee geebee.
I deactivated my account. Funny that bit worked without a hitch.
Anonymous · Aug 27, 2011 at 12:56 am
It shouldn't be a varchar(255) in order to store "255 characters password" it should be a FIXED char and use a proper hashing method.
This means they probably store passwords in plain text, and that's probably just one of the major security faults in their system, I bet ya!
tcr! · Aug 27, 2011 at 7:11 am
See, I'm not a database guy either. Maybe they should be tinyblobs instead.
Reply
Post