Never Give Your Information To 10 Minute Old Startups
blog.ryankearney.com
Never Give Your Information To 10 Minute Old Startups
1–10 of 185 posts
Re: Never Give Your Information To 10 Minute Old Startups
#2Re: Never Give Your Information To 10 Minute Old Startups
#3Re: Never Give Your Information To 10 Minute Old Startups
#4Re: Never Give Your Information To 10 Minute Old Startups
#5Re: Never Give Your Information To 10 Minute Old Startups
#6Re: Never Give Your Information To 10 Minute Old Startups
#7Re: Never Give Your Information To 10 Minute Old Startups
#8Security stuff aside, I'm curious why a system would be designed this way. Surely (in most systems) all users have the same page for managing their account (eg: /account) or is this system designed so that the management portion (eg: what a support person would use) is the same as what the users use? I don't think I've encountered a site that had accounts edited this way before.
Any site that employs the pattern of specifying user account routes using the user's primary key in the URL needs to implement authorization. This site clearly skipped that step.
To me, this looks like the stereotypical bare-bones rails deployment by a newbie.
Re: Never Give Your Information To 10 Minute Old Startups
#9Security stuff aside, I'm curious why a system would be designed this way. Surely (in most systems) all users have the same page for managing their account (eg: /account) or is this system designed so that the management portion (eg: what a support person would use) is the same as what the users use? I don't think I've encountered a site that had accounts edited this way before.
Re: Never Give Your Information To 10 Minute Old Startups
#10To be fair, the guy who owns that site did mention that it wasn't meant to be picked up by HN and was still in the early stages of development.