RE: login password obfuscation

2003-10-14 Thread Tony Weeg
no prob, knowledge, is never a problem.

...tony

tony weeg
senior web applications architect
navtrak, inc.
www.navtrak.net
[EMAIL PROTECTED]
410.548.2337

-Original Message-
From: Tim Laureska [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 14, 2003 3:54 PM
To: CF-Talk
Subject: RE: login password obfuscation

OK... easy enough... one of the attributes was set to text... sorry to be a
bother

Thanks All

-Original Message-
From: Barney Boisvert [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 14, 2003 3:41 PM
To: CF-Talk
Subject: RE: login password obfuscation

on the INPUT tag, set the TYPE attribute to "password"

The default is 'text'; 'password' behaves exactly the same, except only
shows asterisks
  -Original Message-
  From: Tim Laureska [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, October 14, 2003 12:40 PM
  To: CF-Talk
  Subject: login password obfuscation

  Can anyone tell give me a reference on how to make a cf login screen
  show stars for the password as its typed

  TIA
  Tim




 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: login password obfuscation

2003-10-14 Thread Tim Laureska
OK... easy enough... one of the attributes was set to text... sorry to
be a bother

Thanks All

-Original Message-
From: Barney Boisvert [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 14, 2003 3:41 PM
To: CF-Talk
Subject: RE: login password obfuscation

on the INPUT tag, set the TYPE attribute to "password"

The default is 'text'; 'password' behaves exactly the same, except only
shows asterisks
  -Original Message-
  From: Tim Laureska [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, October 14, 2003 12:40 PM
  To: CF-Talk
  Subject: login password obfuscation

  Can anyone tell give me a reference on how to make a cf login screen
  show stars for the password as its typed

  TIA
  Tim


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: login password obfuscation

2003-10-14 Thread Barney Boisvert
on the INPUT tag, set the TYPE attribute to "password"

The default is 'text'; 'password' behaves exactly the same, except only
shows asterisks
  -Original Message-
  From: Tim Laureska [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, October 14, 2003 12:40 PM
  To: CF-Talk
  Subject: login password obfuscation

  Can anyone tell give me a reference on how to make a cf login screen
  show stars for the password as its typed

  TIA
  Tim


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: login password obfuscation

2003-10-14 Thread Dan Phillips \(CFXHosting.com\)
I believe there are some examples on easycfm.com

 
Dan Phillips
www.CFXHosting.com
1-866-239-4678
[EMAIL PROTECTED]



-Original Message-
From: Tim Laureska [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 14, 2003 3:40 PM
To: CF-Talk
Subject: login password obfuscation

Can anyone tell give me a reference on how to make a cf login screen
show stars for the password as its typed

TIA
Tim

  _  


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: login password obfuscation

2003-10-14 Thread Raymond Camden
This is a feature of the browser, not CF. Just use:



Specifically, type="password" will result in a form field that shows
starts instead of characters.


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: login password obfuscation

2003-10-14 Thread Ian Skinner
Use the password type of input...

 


-- 
Ian Skinner 
Web Programmer 
BloodSource 
www.BloodSource.org 
Sacramento, CA 

-Original Message-
From: Tim Laureska [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 14, 2003 12:40 PM
To: CF-Talk
Subject: login password obfuscation

Can anyone tell give me a reference on how to make a cf login screen
show stars for the password as its typed

TIA
Tim

   _  


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: login password obfuscation

2003-10-14 Thread Jim Campbell
Nothing special - just use  like any other 
HTML form.

- Jim

Tim Laureska wrote:

> Can anyone tell give me a reference on how to make a cf login screen
> show stars for the password as its typed
>
> TIA
> Tim
>
> 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: login password obfuscation

2003-10-14 Thread Tony Weeg


besides that? 

...tony

tony weeg
senior web applications architect
navtrak, inc.
www.navtrak.net
[EMAIL PROTECTED]
410.548.2337

-Original Message-
From: Tim Laureska [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 14, 2003 3:40 PM
To: CF-Talk
Subject: login password obfuscation

Can anyone tell give me a reference on how to make a cf login screen show
stars for the password as its typed

TIA
Tim




 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]