It's been discussed before, but I would like to reiterate that username-spam is a pain to many online communities. It's particularly noticeable here, as any member can see all the usernames which accumulate on the 'Newest Nodes' page.

It sucks a little bit when you come to a site and find that your favorite username is already taken. It sucks a LOT when you find that your favorite username is taken, but that the old user never posted a single thought, never logged in after the first day, and it's been four years since they've even thought of the site.

My personal preference would be to have a culling process for abandoned names. I've mentioned that I implemented something similar on a trivia quiz game.

Pass all existing monk signups through this filter and I bet you end up culling at least 80% of all existing monks. Someone showed stats to this effect in previous discussions.

And secondly, please mark up the list of recent sign-ups with something css-able. The single column <table> there is useless. CSS-like would include a useful classname for each section, and <li> for each element. Then the default style could make them wrap in a grid-style. Users can also change that to make them show up in a smaller font, or hide them altogether.

--
[ e d @ h a l l e y . c c ]


In reply to Re: invalid mail account for new user by halley
in thread invalid mail account for new user by meanroy

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.