Sign in to your account



This field is required


forgot your password?


New to the site? Create an account →

A-Z, 0-9 Only for Passwords?

tcr! · Aug 26, 2011 at 7:47 pm

Whenever I get errors like this I always shake my head in disgust:

Alpha Numeric only

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:

Invalid username, twice

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:

BadAuth: http code: 401

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.

#fail #webdev

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! tcr! · Aug 27, 2011 at 7:11 am

See, I'm not a database guy either. Maybe they should be tinyblobs instead.

Reply

It’d be better if you signed in before commenting


Post

Add a comment

It’d be better if you signed in before commenting


Post



Latest articles for #webdev

JSON Feed for the Podcast

JSON Feed for the Podcast

Dec 17, 2018 at 8:42 am

And then I finally got around to adding a JSON Feed for the Podcast…

Mapped podcast listener locations

Mapped podcast listener locations

Dec 3, 2018 at 2:12 pm

A few months back I started keeping track of where my podcast…

JSON Feed for the Blog

JSON Feed for the Blog

Nov 29, 2018 at 10:57 am

I finally got around to adding a JSON Feed for the Blog. Because that’s…

tcr! diaries podcast survey

tcr! diaries podcast survey

Aug 24, 2018 at 8:47 am

I’m interrupting the regularly scheduled episodes to announce a…