I was too lazy to come up with another field like maybe "ZIP-code" ... mea culpa.

The intranet app I wrote back then was one for password resetting for the 10k+ users of our services inside our company.

The "name" I'm referring to, was actually our normalized, standardized and unique employee-id inside our company.

It actually only allowed /[a-z]/i (IIRC) and no space and is modelled roughly after "given-name"."family-name"

But some of my colleagues allowed users to choose other usernames in our applications, but that's another story.

I never wrote an app requesting users to register with their "real name".

Anyway you two are right and I was wrong.

> If in doubt, refer to the spec.

I did. :)

FWIW: I recently managed to skip a letter in my own family name on a flight ticket I booked online and panicked.

Was no problem at all, turned out that airlines are allowed to accept up to 3 deviations.

I think this is related to the article you and your mother° cited.

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery

°) ;-P

edit

PS: Names_of_Sun_Yat-sen


In reply to Re^4: Any security holes? by LanX
in thread Any security holes? by Limbomusic

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.