Changes

Jump to: navigation, search

Custom Password Policy Examples

452 bytes added, 15:34, 23 September 2013
Created page with ' The password must be composed of a combination of at least three of the following character types: uppercase letters, lowercase letters, numbers and special characters: (pars…'



The password must be composed of a combination of at least three of the following character types: uppercase letters, lowercase letters, numbers and special characters:
(parseInt('@password@'.match(/[a-z]/g)?1:0) + parseInt('@password@'.match(/[A-Z]/g)?1:0) +
parseInt('@password@'.match(/[0-9]/g)?1:0) + parseInt('@password@'.match(/[^a-zA-Z0-9]/g)?1:0))>=3

==See Also==
* [[Password Policy]]


[[Category:Global Settings]][[Category:Security]]
0
edits

Navigation menu