I changed my password via my Profile page

That seems unlikely. The "edit" view of your profile page specifies a maxlength which requests that your browser prevent you from typing too long of a password. That same feature is what was preventing you, on one of our 'log in' forms, from entering the 10-character password that you somehow ended up with.

This feature came up a while back when somebody used their own form submission code to change their password and then couldn't use the default site forms to log in. I was hoping you might inform me of some weird way you were able to set too-long of a password.

But, in the mean time, I decided to make the current database restriction on password length (10 characters) be reflected in the password-handling forms of the site (which used to specify a maximum length of 8 characters) because that should eliminate the possibility of having a password that you can't use via the default forms (except for the intentional feature documented in How can I wipe every trace of myself from PerlMonks?).

- tye        


In reply to Re^2: Invalid Password (details) by tye
in thread Invalid Password by BadPass

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.