User signed up with the same username as a pre-existing account

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mentalrz
    Senior Member
    • Sep 2004
    • 538
    • 1.1.x

    User signed up with the same username as a pre-existing account

    Hi,

    A person has signed up my forum and has been able to use the exact same name as myself , there are no spaces within this persons name so I'm unsure how its done and how to fix exactly.

    Help appreciated.

    Duplicate; http://forum.ragezone.com/members/841406.html
    Real; http://forum.ragezone.com/members/1.html
  • Zachery
    Former vBulletin Support
    • Jul 2002
    • 59097

    #2
    Their username is not the same as the first ones, check phpmyadmin or another db tool and see how their username is stored. They're either using non default ascii characters that look the same and are not, or using a hidden non display characters. I tried to sift though the html, but since vBSEO compresses the output its pretty much a pita to read though.

    Comment

    • mentalrz
      Senior Member
      • Sep 2004
      • 538
      • 1.1.x

      #3
      Originally posted by Zachery
      Their username is not the same as the first ones, check phpmyadmin or another db tool and see how their username is stored. They're either using non default ascii characters that look the same and are not, or using a hidden non display characters. I tried to sift though the html, but since vBSEO compresses the output its pretty much a pita to read though.
      "M*enta*L"

      Its appearing like that when I click advance but its not storing like it.
      Attached Files

      Comment

      • Zachery
        Former vBulletin Support
        • Jul 2002
        • 59097

        #4
        They're using special characters then. Your browser isn't showing them.

        Comment

        • mentalrz
          Senior Member
          • Sep 2004
          • 538
          • 1.1.x

          #5
          Ah yes, using Western displays them.
          MÂ*entaÂ*L

          Comment

          • Zachery
            Former vBulletin Support
            • Jul 2002
            • 59097

            #6
            You can use the regex on usernames that register to only allow spaces, a-Z

            ^[A-Z0-9 ]+$ - Alphanumeric characters including space

            AdminCP > Settings > Options > User Registration Options > Username Regular Expression >

            Comment

            • mentalrz
              Senior Member
              • Sep 2004
              • 538
              • 1.1.x

              #7
              Thanks.

              Comment

              widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
              Working...