Password RegEx Check
i'm trying use regex validate password strength cisco ucs password. due complexity requirements i'm having bit more trouble expected. what's expected: if enable password strength check locally authenticated users, cisco ucs manager rejects password not meet following requirements: must contain minimum of 8 characters , maximum of 64 characters. must contain @ least 3 of following: 1) lower case letters 2) upper case letters 3) digits 4) special characters must not contain character repeated more 3 times consecutively, such aaabbb. must not identical username or reverse of username. must pass password dictionary check. example, password must not based on standard dictionary word. must not contain following symbols: $ (dollar sign), ? (question mark), , = (equals sign). should not blank local user , admin accounts. that comes this documentation , and appreciated. thanks adam hi adam, question: regex solid requirement? i'd validate...