Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with encryption.

Status
Not open for further replies.

Ostraka

Programmer
Joined
Aug 26, 2009
Messages
2
Location
US
I have this line of code in a coldfusion grid:

<cfgridcolumn name="password" display="yes" header="Password" headerbold="yes" />

How can I keep people from seeing the password?
 
A column of passwords doesn't seem like a great idea. It seems to me that you would only want to present a user with their own password in a masked input element or in a set of empty elements and get them to verify the old and provide a new.

What is it you're trying to accomplish?

Lyndon

---People Remember about 10% of what you say ---They never forget how you made them feel. Covey
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top