RE: Verify password is alpha numeric?

2002-01-14 Thread Christopher Olive

try

CFIF REFind([0-9], VARIABLES.password) AND REFind([A-Za-z],
VARIABLES.password)
it's good!
/CFIF

christopher olive, cto, vp of web development
cresco technologies, inc
410.825.0383
http://www.crescotech.com


-Original Message-
From: Kelly Matthews [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 14, 2002 2:05 PM
To: CF-Talk
Subject: Verify password is alpha numeric?


Ok I should probably know this but basically I am letting people
choose their own passwords, each password must contain at least ONE
number and one alpha character.  What's the best way to verify this?
They are creating the password themselves, I am not creating random
passwords for them.

__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Verify password is alpha numeric?

2002-01-14 Thread Kelly Matthews

Cool Thanks!

-Original Message-
From: Christopher Olive [mailto:[EMAIL PROTECTED]] 
Sent: Monday, January 14, 2002 2:11 PM
To: CF-Talk
Subject: RE: Verify password is alpha numeric?


try

CFIF REFind([0-9], VARIABLES.password) AND REFind([A-Za-z],
VARIABLES.password) it's good! /CFIF

christopher olive, cto, vp of web development
cresco technologies, inc
410.825.0383
http://www.crescotech.com


-Original Message-
From: Kelly Matthews [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 14, 2002 2:05 PM
To: CF-Talk
Subject: Verify password is alpha numeric?


Ok I should probably know this but basically I am letting people choose
their own passwords, each password must contain at least ONE number and one
alpha character.  What's the best way to verify this? They are creating the
password themselves, I am not creating random passwords for them.


__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists