Click here to Skip to main content
15,891,423 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: Password restrictions Pin
kalberts13-Dec-19 6:49
kalberts13-Dec-19 6:49 
GeneralRe: Password restrictions Pin
DRHuff12-Dec-19 5:31
DRHuff12-Dec-19 5:31 
GeneralRe: Password restrictions Pin
honey the codewitch12-Dec-19 6:35
mvahoney the codewitch12-Dec-19 6:35 
GeneralPassword restrictions - aarrrggghhhh Pin
bVagadishnu12-Dec-19 7:17
bVagadishnu12-Dec-19 7:17 
GeneralRe: Password restrictions Pin
DumpsterJuice13-Dec-19 8:54
DumpsterJuice13-Dec-19 8:54 
GeneralRe: Password restrictions Pin
abh55513-Dec-19 19:43
professionalabh55513-Dec-19 19:43 
GeneralRe: Password restrictions Pin
Gluups13-Dec-19 19:43
Gluups13-Dec-19 19:43 
GeneralRe: Password restrictions Pin
Kirk 1038982113-Dec-19 14:16
Kirk 1038982113-Dec-19 14:16 
Here's an interesting take. They should have allowed you to enter whatever you think your password was.

They only had to address it when RESETTING it.
And quite frankly, they should be hashing your password to death, with enough salt to raise the blood pressure of a cadaver!
hash = GoodHashOf( PASSWORD, username, date account created, date password was set, password, USERID);
Where every comma is really + "SALT" + and each repetition is different salt. And should be userID dependent.

FINALLY, their site should have only mentioned the extra characters are no longer allowed on a password failed page!

I really hate when people don't allow ";" (I understand the SQL Injection filters. But if you are not using bind variables, you should be beaten and shot and beaten again... LOL

GeneralRe: Password restrictions Pin
Brady Kelly31-Dec-19 5:45
Brady Kelly31-Dec-19 5:45 
GeneralCCC OTD Pin
Duncan Edwards Jones11-Dec-19 23:29
professionalDuncan Edwards Jones11-Dec-19 23:29 
GeneralRe: CCC OTD Pin
OriginalGriff11-Dec-19 23:32
mveOriginalGriff11-Dec-19 23:32 
GeneralRe: CCC OTD Pin
Herman<T>.Instance11-Dec-19 23:36
Herman<T>.Instance11-Dec-19 23:36 
GeneralRe: CCC OTD Pin
OriginalGriff11-Dec-19 23:38
mveOriginalGriff11-Dec-19 23:38 
GeneralRe: CCC OTD Pin
OriginalGriff11-Dec-19 23:38
mveOriginalGriff11-Dec-19 23:38 
GeneralRe: CCC OTD Pin
musefan11-Dec-19 23:59
musefan11-Dec-19 23:59 
GeneralRe: CCC OTD Pin
OriginalGriff12-Dec-19 0:05
mveOriginalGriff12-Dec-19 0:05 
GeneralRe: CCC OTD Pin
dan!sh 12-Dec-19 0:09
professional dan!sh 12-Dec-19 0:09 
GeneralRe: CCC OTD Pin
OriginalGriff12-Dec-19 0:24
mveOriginalGriff12-Dec-19 0:24 
GeneralRe: CCC OTD Pin
Duncan Edwards Jones12-Dec-19 0:08
professionalDuncan Edwards Jones12-Dec-19 0:08 
GeneralRe: CCC OTD Pin
Herman<T>.Instance12-Dec-19 0:12
Herman<T>.Instance12-Dec-19 0:12 
GeneralRe: CCC OTD Pin
musefan12-Dec-19 0:23
musefan12-Dec-19 0:23 
GeneralRe: CCC OTD Pin
OriginalGriff12-Dec-19 0:25
mveOriginalGriff12-Dec-19 0:25 
GeneralRe: CCC OTD - Winner Pin
Duncan Edwards Jones12-Dec-19 0:25
professionalDuncan Edwards Jones12-Dec-19 0:25 
GeneralRe: CCC OTD - Winner Pin
Herman<T>.Instance12-Dec-19 0:51
Herman<T>.Instance12-Dec-19 0:51 
GeneralOi! Duncan Edwards Jones! Pin
OriginalGriff11-Dec-19 23:27
mveOriginalGriff11-Dec-19 23:27 

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.