Click here to Skip to main content
15,890,185 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: What is the possible logic here? Pin
Mark_Wallace24-Oct-16 8:39
Mark_Wallace24-Oct-16 8:39 
GeneralRe: What is the possible logic here? Pin
Eddy Vluggen24-Oct-16 3:01
professionalEddy Vluggen24-Oct-16 3:01 
GeneralRe: What is the possible logic here? Pin
Richard Deeming24-Oct-16 5:02
mveRichard Deeming24-Oct-16 5:02 
GeneralRe: What is the possible logic here? Pin
Eddy Vluggen24-Oct-16 6:15
professionalEddy Vluggen24-Oct-16 6:15 
GeneralRe: What is the possible logic here? Pin
raddevus24-Oct-16 3:14
mvaraddevus24-Oct-16 3:14 
GeneralRe: What is the possible logic here? Pin
Richard Deeming24-Oct-16 5:08
mveRichard Deeming24-Oct-16 5:08 
GeneralRe: What is the possible logic here? Pin
raddevus24-Oct-16 5:30
mvaraddevus24-Oct-16 5:30 
GeneralRe: What is the possible logic here? Pin
Philippe Mori24-Oct-16 3:17
Philippe Mori24-Oct-16 3:17 
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.

And this is even more obvious for a confirm password box. If the user mistype its first password, the confirm box help ensure that he has entered the same password twice reducing the chance of an error. Well, in that case, a site should probably disable all copy operations : copy, cut and paste.

This is not 100% full proof as it would fails if wrong keyboard is selected or if caps lock is active...

If it is a pain to type a password twice, then it would be a pain in the future to retype that password whenever you have to.

And for discouraging people to select insecure password, usually there is a minimal length (often 8 characters) and rules like having at least one digit, one characters, one uppercase character and a symbol...

Thus, if fact, I would that the problem is that you don't really understand security issues as otherwise, you would not complain about having to type a password twice...

Well, if you need to fill a form with many fields (like 10 fields or more) and the validation fails (say the site want phone numbers using 000-111-2222 format and you used (000) 111-2222 instead, or haven't filled a required field), then having to retype the password then begin to be somewhat painful...

Although it is possible to make improvements to make the site more user friendly, you don't always want to take much more time to develop a page (or multiple pages) for marginal benefit.
Philippe Mori

GeneralRe: What is the possible logic here? Pin
PeejayAdams24-Oct-16 3:46
PeejayAdams24-Oct-16 3:46 
GeneralRe: What is the possible logic here? Pin
Philippe Mori24-Oct-16 5:57
Philippe Mori24-Oct-16 5:57 
GeneralRe: What is the possible logic here? Pin
Eddy Vluggen24-Oct-16 4:28
professionalEddy Vluggen24-Oct-16 4:28 
GeneralRe: What is the possible logic here? Pin
Philippe Mori24-Oct-16 6:02
Philippe Mori24-Oct-16 6:02 
GeneralRe: What is the possible logic here? Pin
Eddy Vluggen24-Oct-16 6:18
professionalEddy Vluggen24-Oct-16 6:18 
GeneralRe: What is the possible logic here? Pin
Philippe Mori24-Oct-16 7:14
Philippe Mori24-Oct-16 7:14 
GeneralRe: What is the possible logic here? Pin
Eddy Vluggen24-Oct-16 7:36
professionalEddy Vluggen24-Oct-16 7:36 
GeneralRe: What is the possible logic here? Pin
Richard Deeming24-Oct-16 5:15
mveRichard Deeming24-Oct-16 5:15 
GeneralRe: What is the possible logic here? Pin
Philippe Mori24-Oct-16 6:05
Philippe Mori24-Oct-16 6:05 
GeneralRe: What is the possible logic here? Pin
megaadam24-Oct-16 3:30
professionalmegaadam24-Oct-16 3:30 
GeneralRe: What is the possible logic here? Pin
kmoorevs24-Oct-16 5:39
kmoorevs24-Oct-16 5:39 
GeneralRe: What is the possible logic here? Pin
PeejayAdams24-Oct-16 5:43
PeejayAdams24-Oct-16 5:43 
GeneralRe: What is the possible logic here? Pin
Philippe Mori24-Oct-16 6:12
Philippe Mori24-Oct-16 6:12 
GeneralRe: What is the possible logic here? Pin
kmoorevs24-Oct-16 6:42
kmoorevs24-Oct-16 6:42 
GeneralRe: What is the possible logic here? Pin
Gary Wheeler24-Oct-16 6:43
Gary Wheeler24-Oct-16 6:43 
GeneralRe: What is the possible logic here? Pin
Nish Nishant24-Oct-16 8:44
sitebuilderNish Nishant24-Oct-16 8:44 
GeneralRe: What is the possible logic here? Pin
Mark_Wallace24-Oct-16 20:17
Mark_Wallace24-Oct-16 20:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.