cgi script in perl with password protection

B

blackdog

I have web site that require enter password, the web site is written in
cgi perl script.
When user enter password, the password display on the web which I don't
like.
How do I handle it, let the password display as "******" instead of
real password.

Thanks
 
B

Brian Wakem

blackdog said:
I have web site that require enter password, the web site is written in
cgi perl script.
When user enter password, the password display on the web which I don't
like.
How do I handle it, let the password display as "******" instead of
real password.

Thanks


This is an HTML question.

The answer is change 'input type="text"' to 'input type="password"'.
 
X

xhoster

blackdog said:
I have web site that require enter password, the web site is written in
cgi perl script.
When user enter password, the password display on the web which I don't
like.
How do I handle it, let the password display as "******" instead of
real password.

If you are using CGI.pm, then do it the way the perldocs for CGI.pm say to.

If you are rolling the html yourself, then this isn't a Perl question, but
a html question.

Xho
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,432
Messages
2,571,681
Members
48,796
Latest member
Greg L.

Latest Threads

Top