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. The Lounge
  3. What is the possible logic here?

What is the possible logic here?

Scheduled Pinned Locked Moved The Lounge
questiondesigncollaboration
74 Posts 28 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.
  • K kmoorevs

    IMHO there is no logic for it since as you mentioned, it makes it a real PITA for those of us with password managers. Those developers should be flogged! :)

    "Go forth into the source" - Neal Morse

    P Offline
    P Offline
    PeejayAdams
    wrote on last edited by
    #45

    Flogging's too good for 'em, but I like where you're coming from. :)

    1 Reply Last reply
    0
    • P PeejayAdams

      Philippe Mori wrote:

      Obviously, if you want user to define a new password for a web site, he should not be able to reuse an existing password, so it really does make sense to prevent pasting password.

      It's not about the ability to re-use a password. People who do that (and there are many) probably do it from memory. Paste is required because most of us use password generators these days so we have a nice, thoroughly random 20 character password each time we sign up to something. So having generated a key along the lines of "Rx87Htv01pUWxb2WqkLLp" - to have to type it in twice (on a single screen machine, as it happened) was something of a PITA. To then find out that I'm expected to type it in manually each time I want to log in ...

      Philippe Mori wrote:

      the problem is that you don't really understand security issues

      Well, maybe I don't, but I do know that 8 characters is stupidly short for a password and that people who make up passwords rather than generate them are going to be a whole lot easier to hack than people who use Guids or lengthy random strings. "pa55w0rd" is not a very good password!

      P Offline
      P Offline
      Philippe Mori
      wrote on last edited by
      #46

      For those who trust password managers, then enabling Paste is a good compromise... User is still unable to copy a mistyped password in the first box... When filling a form, often I mistype my password in one box so they mismatch so I really find that the idea is useful...

      Philippe Mori

      1 Reply Last reply
      0
      • L Lost User

        You'd only need to type it twice if the password-editbox is hiding what you are typing, which is hardly usefull if you are the only one in the room.

        Philippe Mori wrote:

        Obviously, if you want user to define a new password for a web site, he should not be able to reuse an existing password, so it really does make sense to prevent pasting password.

        Nonsense.

        Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)

        P Offline
        P Offline
        Philippe Mori
        wrote on last edited by
        #47

        Password are always hidden on Windows. Newer UI usually have a way to show password. Password being visible is only useful as long as you read what you type... The problem is that often you thing you have written right so you won't even bother to read what you have wrote. In my opinion UI like the iPad where one see the password while writing it (last character) make it a bit easier for someone to see your password that to see which letters you type...

        Philippe Mori

        L 1 Reply Last reply
        0
        • Richard DeemingR Richard Deeming

          Philippe Mori wrote:

          he should not be able to reuse an existing password

          Let me guess - are you the guy behind the Password has already been used by another user message? :laugh:

          Philippe Mori wrote:

          This is not 100% full proof

          Neither is it fool-proof. ;P (Clearly the spelling of the word fool-proof is not fool-proof.)


          "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

          P Offline
          P Offline
          Philippe Mori
          wrote on last edited by
          #48

          Now I understand why the spelling corrector was not accepting fullproof... English is not my first language so I was thinking "full" like completly proof instead of idiot proof...

          Philippe Mori

          1 Reply Last reply
          0
          • K kmoorevs

            IMHO there is no logic for it since as you mentioned, it makes it a real PITA for those of us with password managers. Those developers should be flogged! :)

            "Go forth into the source" - Neal Morse

            P Offline
            P Offline
            Philippe Mori
            wrote on last edited by
            #49

            How a developer who does not use a password manager would have known of such issues. I am a developer and I don't trust much passwords manager so I never used one... (except the one in Windows for network drives) or individual site "remember my password" on some sites. I would never have though that a password manager would have rely on paste... In fact, copy and paste a password has not been allowed in many cases for so long that I haven't tried to copy a password into the confirm box since many years... if I have ever tried it. And obviously, I would have never tried the effect of pasting a password on web site I have developed. It does whatever the browser does by default for password field and I am not even sure of what is the default.

            Philippe Mori

            K 1 Reply Last reply
            0
            • Richard DeemingR Richard Deeming

              Eddy Vluggen wrote:

              I'd love to hear the 'logic' from the devs themselves.

              It will almost certainly be some variation of "because our PHB told us we had to". This isn't a feature some dev has decided to add on their own initiative. It's a management-level decision that's been forced on the devs, because it's what other sites in the sector are doing, so therefore it must be the right thing to do. If you ever query it with the customer support drones, you'll be told it's to increase the security of the site, and they'd "lose their certification" if they changed it. :doh:


              "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

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

              That is what I meant; there is no reasonable argumentation to defend the decision. Happens a lot if decisions are made by people who aren't qualified to do so.

              Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)

              1 Reply Last reply
              0
              • P Philippe Mori

                Password are always hidden on Windows. Newer UI usually have a way to show password. Password being visible is only useful as long as you read what you type... The problem is that often you thing you have written right so you won't even bother to read what you have wrote. In my opinion UI like the iPad where one see the password while writing it (last character) make it a bit easier for someone to see your password that to see which letters you type...

                Philippe Mori

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

                Philippe Mori wrote:

                Password are always hidden on Windows. Newer UI usually have a way to show password. Password being visible is only useful as long as you read what you type...

                Not "always", and there have been versions where you had the option to show or hide the password while typing.

                Philippe Mori wrote:

                The problem is that often you thing you have written right so you won't even bother to read what you have wrote.

                If the password is hidden then checking it for typo's is not possible. That is why the second textbox come to be. Not because we assume that the user makes a typo in each entry; otherwise you'd have the same two textboxes for your accountname :)

                Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)

                P 1 Reply Last reply
                0
                • P Philippe Mori

                  How a developer who does not use a password manager would have known of such issues. I am a developer and I don't trust much passwords manager so I never used one... (except the one in Windows for network drives) or individual site "remember my password" on some sites. I would never have though that a password manager would have rely on paste... In fact, copy and paste a password has not been allowed in many cases for so long that I haven't tried to copy a password into the confirm box since many years... if I have ever tried it. And obviously, I would have never tried the effect of pasting a password on web site I have developed. It does whatever the browser does by default for password field and I am not even sure of what is the default.

                  Philippe Mori

                  K Offline
                  K Offline
                  kmoorevs
                  wrote on last edited by
                  #52

                  The thing is, the default properties of a password field are already handled correctly by the browser...allow paste, but not copy/cut. I can't think of a single reason why pasting should not be allowed for a password field.

                  Philippe Mori wrote:

                  I would never have though that a password manager would have rely on paste...

                  Well, that's the real beauty of it to me. I wrote my own password manager, like I'm sure a lot of others here have done. I haven't had to type a username or password in years for most of the websites being managed. My process goes like this: 0: start the password manager and login 1: click the desired website from a list 2: click a button to copy the username to the clipboard 3: launch the site and paste in username 4: click a button to copy the password to the clipboard 5: paste into the password field and login. Done! I refuse to let any browser remember my login credentials for any website, though they continue to ask. Everything's stored in a password protected sqlce database, which works great since I can share it between multiple computers, and even use it on my laptop when away from the office.

                  "Go forth into the source" - Neal Morse

                  1 Reply Last reply
                  0
                  • P PeejayAdams

                    I was signing up to a website yesterday only to find that they had disabled pasting into the password and confirm password fields. Not only that, but having completed the painful process of registering (they had also disabled auto-complete) I found that they also don't allow pasting into the username/password boxes at login time. Personally I fail to see how any of this achieves anything beyond: 1) Making their website a complete pain in the bottom. 2) Encouraging people to use short and memorable passwords - which is surely not a good idea on a site that handles money. Is there something that I'm missing here or is it simply a case of a dev team making some really, really bad UX decisions?

                    G Offline
                    G Offline
                    Gary Wheeler
                    wrote on last edited by
                    #53

                    PeejayAdams wrote:

                    a dev team making some really, really bad UX decisions?

                    As a developer who does UX, I can tell you it's simple. We're all fuckers.

                    Software Zen: delete this;

                    1 Reply Last reply
                    0
                    • L Lost User

                      Philippe Mori wrote:

                      Password are always hidden on Windows. Newer UI usually have a way to show password. Password being visible is only useful as long as you read what you type...

                      Not "always", and there have been versions where you had the option to show or hide the password while typing.

                      Philippe Mori wrote:

                      The problem is that often you thing you have written right so you won't even bother to read what you have wrote.

                      If the password is hidden then checking it for typo's is not possible. That is why the second textbox come to be. Not because we assume that the user makes a typo in each entry; otherwise you'd have the same two textboxes for your accountname :)

                      Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)

                      P Offline
                      P Offline
                      Philippe Mori
                      wrote on last edited by
                      #54

                      Most site use an email to identify the user so obviously, if you make a mistake, you won't receive the confirmation mail and it would create an orphan account... Obviously, one should do much less typing error on its own name... and he might be able to update it afterward. Even if it is possible to show the password, you would generally have 2 password box anyway. And you often have a confirmation for the email which is always shown.

                      Philippe Mori

                      L 1 Reply Last reply
                      0
                      • P Philippe Mori

                        Most site use an email to identify the user so obviously, if you make a mistake, you won't receive the confirmation mail and it would create an orphan account... Obviously, one should do much less typing error on its own name... and he might be able to update it afterward. Even if it is possible to show the password, you would generally have 2 password box anyway. And you often have a confirmation for the email which is always shown.

                        Philippe Mori

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

                        Philippe Mori wrote:

                        Most site use an email to identify the user so obviously, if you make a mistake, you won't receive the confirmation mail and it would create an orphan account...

                        ..this started a bit before the wide-spread use of email.

                        Philippe Mori wrote:

                        Obviously, one should do much less typing error on its own name...

                        You're right, that must have been the reason for the second textbox, silly me. It's not like people can be expected to jot down something important in a single time. So, my bank should ask me to insert amounts twice? And should ask each accountnumber twice? You're making stuff up here.

                        Philippe Mori wrote:

                        Even if it is possible to show the password, you would generally have 2 password box anyway.

                        If you can read the bloody password, then there's no need for a second textbox. It is merely there in case the characters are hidden, which has not always been the default.

                        Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)

                        1 Reply Last reply
                        0
                        • N Nelek

                          Type password wrong, copy, paste the false one... Come back, try to log in using right password. Start :wtf: :wtf: :doh: :doh: :mad::mad: X| X| Not allowing copy paste by the registration... I find it not so bad. Not allowing by loging in... that's one step too much.

                          M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.

                          M Offline
                          M Offline
                          Mark_Wallace
                          wrote on last edited by
                          #56

                          Nelek wrote:

                          Type password wrong, copy, paste the false one... Come back, try to log in using right password. Start :WTF: :WTF: :doh: :doh: :mad: :mad: X| X|

                          Click the "Password Reset" or "Forgotten password?" button.        Get e-mail with instructions 5 seconds later. No-one loses.

                          I wanna be a eunuchs developer! Pass me a bread knife!

                          1 Reply Last reply
                          0
                          • OriginalGriffO OriginalGriff

                            I find it a PITA. Generally, they want two confirmations: Email and password. So I have to type my email in twice - instead of copy'n'paste from my password store. Then I have to do the same with my password. And since I try to use a fresh Guid as my password each time I don't even know (or care) what it is, so typing it is more likely to give a problem than not. And don't even get me started on "what is a valid password" - some insist on upper and lower case, some must have a number, some won't allow special characters, some want 8 letters, some want 10. And they never tell you their arbitrary rules in advance either... :mad:

                            Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

                            M Offline
                            M Offline
                            Mark_Wallace
                            wrote on last edited by
                            #57

                            OriginalGriff wrote:

                            And they never tell you their arbitrary rules in advance either

                            That's the real pisser. They wait until you've clicked the submit button, then clear half the fields (for "security purposes" obviously).

                            I wanna be a eunuchs developer! Pass me a bread knife!

                            1 Reply Last reply
                            0
                            • R raddevus

                              DavidCrow wrote:

                              Was it to keep the bots from being able to paste IDs and passwords?

                              Bots can just do SendKeys. It's extremely easy. As a matter of fact, Norton Internet Security has a onscreen keyboard which allows you to type via SendKeys which is a security safety net in case you have a keylogger and dont know it. SendKeys doesn't generate the keypresses that your keyboard does and keyloggers wouldn't be able to trap your password if you use the Norton onscreen keyboard. I think Kaspersky has this too.

                              My book, Launch Your Android App, is available at Amazon.com.

                              M Offline
                              M Offline
                              Mark_Wallace
                              wrote on last edited by
                              #58

                              Years ago, I made an OSK for precisely that (I was sure that the company had installed keyloggers, but I couldn't install anything or use anything off a disc to find out, so I pretended it was needed within a project). I'll have to see if it still works, in this post-win'95 world. [update] heh. It needs the VB4 runtimes. [update 2] {sigh} now it's all "Error accessing the system registry". I'll have to update the project files, which will probably take longer than it took to write it in the first place.

                              I wanna be a eunuchs developer! Pass me a bread knife!

                              R 1 Reply Last reply
                              0
                              • M Mark_Wallace

                                Years ago, I made an OSK for precisely that (I was sure that the company had installed keyloggers, but I couldn't install anything or use anything off a disc to find out, so I pretended it was needed within a project). I'll have to see if it still works, in this post-win'95 world. [update] heh. It needs the VB4 runtimes. [update 2] {sigh} now it's all "Error accessing the system registry". I'll have to update the project files, which will probably take longer than it took to write it in the first place.

                                I wanna be a eunuchs developer! Pass me a bread knife!

                                R Offline
                                R Offline
                                raddevus
                                wrote on last edited by
                                #59

                                Mark_Wallace wrote:

                                Years ago, I made an OSK for precisely that

                                Very cool that you did that. Especially back in the day (win95). :thumbsup:

                                My book, Launch Your Android App, is available at Amazon.com.

                                M 1 Reply Last reply
                                0
                                • R raddevus

                                  Mark_Wallace wrote:

                                  Years ago, I made an OSK for precisely that

                                  Very cool that you did that. Especially back in the day (win95). :thumbsup:

                                  My book, Launch Your Android App, is available at Amazon.com.

                                  M Offline
                                  M Offline
                                  Mark_Wallace
                                  wrote on last edited by
                                  #60

                                  Piece of cake. Just a load of buttons and a sendkeys command based on button number + modifier (Shift only; I didn't need Alt or Ctrl). It took longer to make and line up the buttons than to code.

                                  I wanna be a eunuchs developer! Pass me a bread knife!

                                  1 Reply Last reply
                                  0
                                  • P PeejayAdams

                                    I was signing up to a website yesterday only to find that they had disabled pasting into the password and confirm password fields. Not only that, but having completed the painful process of registering (they had also disabled auto-complete) I found that they also don't allow pasting into the username/password boxes at login time. Personally I fail to see how any of this achieves anything beyond: 1) Making their website a complete pain in the bottom. 2) Encouraging people to use short and memorable passwords - which is surely not a good idea on a site that handles money. Is there something that I'm missing here or is it simply a case of a dev team making some really, really bad UX decisions?

                                    N Offline
                                    N Offline
                                    Nish Nishant
                                    wrote on last edited by
                                    #61

                                    It's similar to how they set passwords to expire every 60 days forcing people to write down passwords and stick it on their monitors. Security through wrongly assumed obscurity.

                                    Regards, Nish


                                    Website: www.voidnish.com Blog: voidnish.wordpress.com

                                    1 Reply Last reply
                                    0
                                    • P PeejayAdams

                                      I was signing up to a website yesterday only to find that they had disabled pasting into the password and confirm password fields. Not only that, but having completed the painful process of registering (they had also disabled auto-complete) I found that they also don't allow pasting into the username/password boxes at login time. Personally I fail to see how any of this achieves anything beyond: 1) Making their website a complete pain in the bottom. 2) Encouraging people to use short and memorable passwords - which is surely not a good idea on a site that handles money. Is there something that I'm missing here or is it simply a case of a dev team making some really, really bad UX decisions?

                                      M Offline
                                      M Offline
                                      Mark_Wallace
                                      wrote on last edited by
                                      #62

                                      "I don't use a password manager, so no-one needs one!" Don't tell me you haven't worked with that guy.

                                      I wanna be a eunuchs developer! Pass me a bread knife!

                                      1 Reply Last reply
                                      0
                                      • P PeejayAdams

                                        I was signing up to a website yesterday only to find that they had disabled pasting into the password and confirm password fields. Not only that, but having completed the painful process of registering (they had also disabled auto-complete) I found that they also don't allow pasting into the username/password boxes at login time. Personally I fail to see how any of this achieves anything beyond: 1) Making their website a complete pain in the bottom. 2) Encouraging people to use short and memorable passwords - which is surely not a good idea on a site that handles money. Is there something that I'm missing here or is it simply a case of a dev team making some really, really bad UX decisions?

                                        B Offline
                                        B Offline
                                        Brady Kelly
                                        wrote on last edited by
                                        #63

                                        I once made a typo in my password that then allowed me to copy and paste the erred password into the confirm box. I had to beg IT to reset it for me.

                                        Follow my adventures with .NET Core at my new blog, Erisia Information Services.

                                        1 Reply Last reply
                                        0
                                        • P PeejayAdams

                                          I was signing up to a website yesterday only to find that they had disabled pasting into the password and confirm password fields. Not only that, but having completed the painful process of registering (they had also disabled auto-complete) I found that they also don't allow pasting into the username/password boxes at login time. Personally I fail to see how any of this achieves anything beyond: 1) Making their website a complete pain in the bottom. 2) Encouraging people to use short and memorable passwords - which is surely not a good idea on a site that handles money. Is there something that I'm missing here or is it simply a case of a dev team making some really, really bad UX decisions?

                                          S Offline
                                          S Offline
                                          sir_download_alot
                                          wrote on last edited by
                                          #64

                                          I can tell you what it is: Internal or external security audit has roasted the dev team and they had to make it "more secure" while making it less user friendly at the same time. Happend to us!

                                          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