Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Password complexity Case Problem

Re: Password complexity Case Problem

From: Preston Kemp <dontwantany_at_nowhere.invalid>
Date: Tue, 25 Nov 2003 00:59:13 -0000
Message-ID: <MPG.1a2cb991e27a37879896ab@text.news.ntlworld.com>


In article <4c01f458.0311210936.3c74096b_at_posting.google.com>, Glen Moffitt says...
>
> It seems to work ok, except for the upper case/Lower case test.

Glen, I know Pete has nullified your problem somewhat, but for future reference, an easier way to check the case may be to compare password to upper(password), then compare password to lower(password). If either of these are true, you know the user hasn't used mixed case.

Regards,

Preston. Received on Mon Nov 24 2003 - 18:59:13 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US