CF_PASSWORDCHECKER Version History
Home page

Version 1.2
9 Oct 2001
* Replaced the FIND for username to FINDNOCASE and also for the reverse of the username

Version 1.1
16 Oct 2000
* Changed USERNAME and PASSWORD parameters to DSNUSERNAME and DSNPASSWORD to make variables names more descriptive and allow using USERNAME for another purpose
* Added USERNAME to validation rules. If present, the password will ensure USERNAME is not contained within the password.
* Added BANSPACES parameter. Prevents space characters from appearing in the password. You can also define a space character in the BANNEDCHARS, but almost everyone will want this behavior so I made it a default. Defaults to true.

Version 1.0
14 Oct 2000
Initial Release