Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. Site Bugs / Suggestions
  4. Hijacking user name

Hijacking user name

Scheduled Pinned Locked Moved Site Bugs / Suggestions
comtoolsquestion
30 Posts 15 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Chris Maunder

    This has clearly stepped up to a level where it is now affecting the site and the community. In order to project our members and our site we're talking to our legal counsel to take the appropriate next steps.

    cheers, Chris Maunder

    CodeProject.com : C++ MVP

    D Offline
    D Offline
    Dan Neely
    wrote on last edited by
    #12

    I hope your lawyers can shut him down. I'm a member of another board that's had a multiyear problem with a troll who's stopped just short of this. Fairly aggressive moderation's largely kept him out of sight. I've talked to one of the moderators who's said she can ID him consistently after only 1 or 2 posts "oh it's you again, *clickity-ban* buh-bye". Fortunately the pathological personality of a troll results in them being unable to hide themselves for any length of time.

    You know, every time I tried to win a bar-bet about being able to count to 1000 using my fingers I always got punched out when I reached 4.... -- El Corazon

    1 Reply Last reply
    0
    • C Chris Maunder

      This has clearly stepped up to a level where it is now affecting the site and the community. In order to project our members and our site we're talking to our legal counsel to take the appropriate next steps.

      cheers, Chris Maunder

      CodeProject.com : C++ MVP

      L Offline
      L Offline
      leckey
      wrote on last edited by
      #13

      What are you going to do? Sue me? :laugh:

      1 Reply Last reply
      0
      • L leckey 0

        THANK YOU ELINA!!!!! I'd send some coffee or something. :-D

        Until Josh's account gets "fixed" and can no longer use my name, use caution before responding to me. http://craptasticnation.blogspot.com/[^]

        P Offline
        P Offline
        Pete OHanlon
        wrote on last edited by
        #14

        The REAL Leckey - accept no substitutes.

        Deja View - the feeling that you've seen this post before.

        My blog | My articles

        1 Reply Last reply
        0
        • D Dan Neely

          the REAL leckey wrote:

          Until Josh's account gets "fixed" and can no longer use my name, use caution before responding to me.

          When in doubt, check the profile. The kidiot can forge lots of items but the account creation date is not one of them.

          You know, every time I tried to win a bar-bet about being able to count to 1000 using my fingers I always got punched out when I reached 4.... -- El Corazon

          V Offline
          V Offline
          Vasudevan Deepak Kumar
          wrote on last edited by
          #15

          dan neely wrote:

          When in doubt, check the profile

          True. It is also a proven thing that a thief always leaves behind some traces after committing its burglary. The cop can try looking out for it and catch him. Similarly, no matter, howmuchever pain the impersonator takes, it is always true that we can catch him. He can make things difficult but can not escape before the eyes of Law.

          Vasudevan Deepak Kumar Personal Homepage
          Tech Gossips
          All the world's a stage, And all the men and women merely players. They have their exits and their entrances; And one man in his time plays many parts... --William Shakespeare

          1 Reply Last reply
          0
          • C Chris Maunder

            This has clearly stepped up to a level where it is now affecting the site and the community. In order to project our members and our site we're talking to our legal counsel to take the appropriate next steps.

            cheers, Chris Maunder

            CodeProject.com : C++ MVP

            R Offline
            R Offline
            Rajesh R Subramanian
            wrote on last edited by
            #16

            With those next steps, please strip HTML tags out of user names and don't allow it in the future. Validate all existing user names and rename the ones with html tags as "Member<memership no>", like how it would look immediately after registration.

            Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP

            V C 2 Replies Last reply
            0
            • R Rajesh R Subramanian

              With those next steps, please strip HTML tags out of user names and don't allow it in the future. Validate all existing user names and rename the ones with html tags as "Member<memership no>", like how it would look immediately after registration.

              Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP

              V Offline
              V Offline
              Vasudevan Deepak Kumar
              wrote on last edited by
              #17

              Rajesh R Subramanian wrote:

              rename the ones with html tags as "Member",

              Not necessary. Just strip out the HTML tags and whatever remains would be the Member Name. Why do we want to do an extra string replacement?

              Vasudevan Deepak Kumar Personal Homepage
              Tech Gossips
              All the world's a stage, And all the men and women merely players. They have their exits and their entrances; And one man in his time plays many parts... --William Shakespeare

              L T 2 Replies Last reply
              0
              • V Vasudevan Deepak Kumar

                Rajesh R Subramanian wrote:

                rename the ones with html tags as "Member",

                Not necessary. Just strip out the HTML tags and whatever remains would be the Member Name. Why do we want to do an extra string replacement?

                Vasudevan Deepak Kumar Personal Homepage
                Tech Gossips
                All the world's a stage, And all the men and women merely players. They have their exits and their entrances; And one man in his time plays many parts... --William Shakespeare

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #18

                Vasudevan Deepak Kumar wrote:

                Not necessary. Just strip out the HTML tags and whatever remains would be the Member Name. Why do we want to do an extra string replacement?

                Because you would wind up with lots of duplicates. Cheers, Drew.

                V 1 Reply Last reply
                0
                • L Lost User

                  Vasudevan Deepak Kumar wrote:

                  Not necessary. Just strip out the HTML tags and whatever remains would be the Member Name. Why do we want to do an extra string replacement?

                  Because you would wind up with lots of duplicates. Cheers, Drew.

                  V Offline
                  V Offline
                  Vasudevan Deepak Kumar
                  wrote on last edited by
                  #19

                  Like Troll Troll Troll With whatever I suggested, everything would be Troll. It would only ambiguate it further. Is my understanding correct? Fine. In that case, I think, we should be RESETting to the 'Just-After-Signup' state.

                  Vasudevan Deepak Kumar Personal Homepage
                  Tech Gossips
                  All the world's a stage, And all the men and women merely players. They have their exits and their entrances; And one man in his time plays many parts... --William Shakespeare

                  R 1 Reply Last reply
                  0
                  • L leckey 0

                    Okay, this needs to be fixed NOW. I haven't even bothered talking to him and he wants to hijack my name???WTF?

                    Shhhhh..... http://craptasticnation.blogspot.com/[^]

                    V Offline
                    V Offline
                    Vasudevan Deepak Kumar
                    wrote on last edited by
                    #20

                    leckey wrote:

                    VERY UPSET

                    You need not get upset because of such retarded cases. They are actually jeopardizing the tranquility of community at large. I really wonder, what do they gain with such a sadistic attitude of corrupting the messageboards with invalid content. Anyway, you would have already observed a few posts down that Chris is trying to rope in a few lawyers and legal counsel to bring sanity over the storm-affected areas.

                    Vasudevan Deepak Kumar Personal Homepage
                    Tech Gossips
                    All the world's a stage, And all the men and women merely players. They have their exits and their entrances; And one man in his time plays many parts... --William Shakespeare

                    R 1 Reply Last reply
                    0
                    • V Vasudevan Deepak Kumar

                      Like Troll Troll Troll With whatever I suggested, everything would be Troll. It would only ambiguate it further. Is my understanding correct? Fine. In that case, I think, we should be RESETting to the 'Just-After-Signup' state.

                      Vasudevan Deepak Kumar Personal Homepage
                      Tech Gossips
                      All the world's a stage, And all the men and women merely players. They have their exits and their entrances; And one man in his time plays many parts... --William Shakespeare

                      R Offline
                      R Offline
                      Rajesh R Subramanian
                      wrote on last edited by
                      #21

                      <font face="Arial", color="Red">Display Name</font> != <font face="Book Antiqua", color="Green">Display Name</font> If you strip off the HTML tags, they both will become essentially the same string, "Display Name" and collide, as we cannot have duplicate display names. With HTML tags, they are not the same, and so we don't have duplicates. So, I suggested renaming the display name to Member<membership no> in case of collisions.

                      Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP

                      V 1 Reply Last reply
                      0
                      • V Vasudevan Deepak Kumar

                        leckey wrote:

                        VERY UPSET

                        You need not get upset because of such retarded cases. They are actually jeopardizing the tranquility of community at large. I really wonder, what do they gain with such a sadistic attitude of corrupting the messageboards with invalid content. Anyway, you would have already observed a few posts down that Chris is trying to rope in a few lawyers and legal counsel to bring sanity over the storm-affected areas.

                        Vasudevan Deepak Kumar Personal Homepage
                        Tech Gossips
                        All the world's a stage, And all the men and women merely players. They have their exits and their entrances; And one man in his time plays many parts... --William Shakespeare

                        R Offline
                        R Offline
                        Rajesh R Subramanian
                        wrote on last edited by
                        #22

                        Vasudevan Deepak Kumar wrote:

                        bring sanity over the storm-affected areas.

                        :wtf:

                        Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP

                        1 Reply Last reply
                        0
                        • R Rajesh R Subramanian

                          <font face="Arial", color="Red">Display Name</font> != <font face="Book Antiqua", color="Green">Display Name</font> If you strip off the HTML tags, they both will become essentially the same string, "Display Name" and collide, as we cannot have duplicate display names. With HTML tags, they are not the same, and so we don't have duplicates. So, I suggested renaming the display name to Member<membership no> in case of collisions.

                          Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP

                          V Offline
                          V Offline
                          Vasudevan Deepak Kumar
                          wrote on last edited by
                          #23

                          Thank you for clarifying. :)

                          Vasudevan Deepak Kumar Personal Homepage
                          Tech Gossips
                          All the world's a stage, And all the men and women merely players. They have their exits and their entrances; And one man in his time plays many parts... --William Shakespeare

                          1 Reply Last reply
                          0
                          • C Chris Maunder

                            This has clearly stepped up to a level where it is now affecting the site and the community. In order to project our members and our site we're talking to our legal counsel to take the appropriate next steps.

                            cheers, Chris Maunder

                            CodeProject.com : C++ MVP

                            R Offline
                            R Offline
                            Rajesh R Subramanian
                            wrote on last edited by
                            #24

                            Chris Maunder wrote:

                            In order to project our members and our site we're talking to our legal counsel to take the appropriate next steps.

                            Projecting the members and the site seems to be a good idea; you may also want to consider protecting them as well. Running low on coffee lately? :-D

                            Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP

                            1 Reply Last reply
                            0
                            • C Chris Maunder

                              This has clearly stepped up to a level where it is now affecting the site and the community. In order to project our members and our site we're talking to our legal counsel to take the appropriate next steps.

                              cheers, Chris Maunder

                              CodeProject.com : C++ MVP

                              S Offline
                              S Offline
                              Scott Dorman
                              wrote on last edited by
                              #25

                              Good to hear. I also agree with the other posts about not allowing HTML in the user name field. For those user names that already have HTML, with fair warning to give people enough time to remove the HTML themselves, a simple one-time process to revert them back to the original "Member [id]" would work just fine.

                              Scott Dorman

                              Microsoft® MVP - Visual C# | MCPD President - Tampa Bay IASA Hey, hey, hey. Don't be mean. We don't have to be mean because, remember, no matter where you go, there you are. - Buckaroo Banzai


                              [Forum Guidelines][Articles][Blog]

                              1 Reply Last reply
                              0
                              • R Rajesh R Subramanian

                                With those next steps, please strip HTML tags out of user names and don't allow it in the future. Validate all existing user names and rename the ones with html tags as "Member<memership no>", like how it would look immediately after registration.

                                Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP

                                C Offline
                                C Offline
                                Christian Graus
                                wrote on last edited by
                                #26

                                I guess the thing is, at what point do we stop most of the users from having some fun, based on the actions of a few ?

                                Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

                                S R 2 Replies Last reply
                                0
                                • C Christian Graus

                                  I guess the thing is, at what point do we stop most of the users from having some fun, based on the actions of a few ?

                                  Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

                                  S Offline
                                  S Offline
                                  Scott Dorman
                                  wrote on last edited by
                                  #27

                                  Christian Graus wrote:

                                  I guess the thing is, at what point do we stop most of the users from having some fun, based on the actions of a few ?

                                  That's an understandable position. I still believe the user names shouldn't allow HTML, but another alternative is to not use the HTML tags in determining uniqueness. This will prevent members from using the same user name as someone else while still allowing the "fun" of having funky (and in some cases hard to read) names. Even taking this approach, a one-time scrub, given enough warning, which looks for duplicates without using the HTML tags is probably appropriate. This would reset any duplicates to the "Member [id]" setting, except possibly for the user with the oldest join date.

                                  Scott Dorman

                                  Microsoft® MVP - Visual C# | MCPD President - Tampa Bay IASA Hey, hey, hey. Don't be mean. We don't have to be mean because, remember, no matter where you go, there you are. - Buckaroo Banzai


                                  [Forum Guidelines][Articles][Blog]

                                  1 Reply Last reply
                                  0
                                  • C Christian Graus

                                    I guess the thing is, at what point do we stop most of the users from having some fun, based on the actions of a few ?

                                    Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

                                    R Offline
                                    R Offline
                                    Rajesh R Subramanian
                                    wrote on last edited by
                                    #28

                                    I agree on that point and I never looked at it that way. But, this does not mean that the overall security of the site has to be compromised in order to let people have fun. Either HTML tags should be disallowed, or only the text and not the HTML tags should be considered as user name. Same text with different HTML tags should not be allowed.

                                    Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP

                                    C 1 Reply Last reply
                                    0
                                    • V Vasudevan Deepak Kumar

                                      Rajesh R Subramanian wrote:

                                      rename the ones with html tags as "Member",

                                      Not necessary. Just strip out the HTML tags and whatever remains would be the Member Name. Why do we want to do an extra string replacement?

                                      Vasudevan Deepak Kumar Personal Homepage
                                      Tech Gossips
                                      All the world's a stage, And all the men and women merely players. They have their exits and their entrances; And one man in his time plays many parts... --William Shakespeare

                                      T Offline
                                      T Offline
                                      Thomas Stockwell
                                      wrote on last edited by
                                      #29

                                      But, logically speaking that could produce duplicate user names. By using the uniqueID of the membership then it will lead to less confusion and less possibility of error.

                                      Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my homepage Oracle Studios Discounted or Free Software for Students: DreamSpark - downloads.channel8.msdn.com MSDN Academic Alliance - www.msdnaa.com

                                      1 Reply Last reply
                                      0
                                      • R Rajesh R Subramanian

                                        I agree on that point and I never looked at it that way. But, this does not mean that the overall security of the site has to be compromised in order to let people have fun. Either HTML tags should be disallowed, or only the text and not the HTML tags should be considered as user name. Same text with different HTML tags should not be allowed.

                                        Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP

                                        C Offline
                                        C Offline
                                        Chris Maunder
                                        wrote on last edited by
                                        #30

                                        This is how it's done. We simply had a bug in the system.

                                        cheers, Chris Maunder

                                        CodeProject.com : C++ MVP

                                        1 Reply Last reply
                                        0
                                        Reply
                                        • Reply as topic
                                        Log in to reply
                                        • Oldest to Newest
                                        • Newest to Oldest
                                        • Most Votes


                                        • Login

                                        • Don't have an account? Register

                                        • Login or register to search.
                                        • First post
                                          Last post
                                        0
                                        • Categories
                                        • Recent
                                        • Tags
                                        • Popular
                                        • World
                                        • Users
                                        • Groups