How do I get past this? > Your password is not unsafe
User Inyerface – A worst-practice UI experiment
111–120 of 222 posts
Re: User Inyerface – A worst-practice UI experiment
#112Only thing missing is deleting everything you entered into the entire form any time there is an error message
Re: User Inyerface – A worst-practice UI experiment
#113Only thing missing is deleting everything you entered into the entire form any time there is an error message
Re: User Inyerface – A worst-practice UI experiment
#11403:51 I laughed out loud when I got to the bottom of the last page and didn't see checkboxes and realized the checkboxes were above the pictures and not below and had to scroll to the top.
I noticed that after a few seconds, but I had to go though like 8 screens and it took 3+ minutes.... Did I just keep getting the Captcha choices wrong?
Re: User Inyerface – A worst-practice UI experiment
#115Re: User Inyerface – A worst-practice UI experiment
#116Earlier quoted context omitted.
My email address has a dash in the domain and it's remarkable how many sites (and big ones, too!) reject it as an invalid domain. Discover.com, for example, rejected it when I did a card application, but disabling JavaScript let it go through on the server-side validation. Bloody weird.
Lots of websites reject email addresses at entirely valid domain names as invalid, too, such as any at some of the new TLDs like .email.
Re: User Inyerface – A worst-practice UI experiment
#117Re: User Inyerface – A worst-practice UI experiment
#118Re: User Inyerface – A worst-practice UI experiment
#119Re: User Inyerface – A worst-practice UI experiment
#120Earlier quoted context omitted.
Really the entire idea of client/server-side email "validation" kind of seems like an ancient, cockroach-like anti-pattern that is impossible to stamp out. Like, what is the problem they're even solving? One validates email addresses by sending an email with a token the user then acts on. There are useful things to do with emails, like checking against already registered ones (including any blacklists), but I can't t…
> what is the problem they're even solving? The problem they're solving is that a lot of people just enter their email wrong and then wonder why they didn't get the signup email. > Like if someone tries to register an already registered email, send an email about it don't leak that it's registered. This is something that's cargo-culted far too often. Maybe for some services it's worth keeping secret which emails are…
And most times, it is standard practice to hide sign ups, luckily.