We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 29357
    • 35 Posts
    Unless I am going totally mad, in my smf mods I discovered that you could submit a blank username and it would be accepted. This has been modified too and the mods are all in this file (added a language token too):
    $wlpe_lang[43] = ’Your username is too short. It must be at least 3 characters.’;

    Please compare against reference (say with examdiff pro or something) before use.

    Julian
      • 28033
      • 925 Posts
      Could you post the original + changes? I’m trying to get a v1.3.1 release done, and I need to see if this bug was something I already fixed, or if it was a new bug.

      Thanks. smiley
        My Snippets
        -> PopUpChunk v1.0
        • 29357
        • 35 Posts
        Done. I have posted it in a new thread. II chose not to modify smf to fit this - for the sake of other users. But the array that webloginpe passes remains as well.

        Julian
          • 28033
          • 925 Posts
          Just to check, this has WLPE still work as expected, even if the person doesn’t use SMF, right?
            My Snippets
            -> PopUpChunk v1.0
            • 29357
            • 35 Posts
            It seems to! The SMF stuff is a bonus.

            Julian