I need code to see if a proposed password meets the following requirements:
Passwords must:
" contain a minimum of nine (9) characters
" consist of a mixture of at least two (2) lowercase letters
" two (2) uppercase letters,
" two (2) numbers,
" and two (2) special characters
The code must also have a dialog box stating what part of the format requirements were not met. Does a module/function like this already exist?
Start Free Trial