[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems with Password object



At 09:47 AM 2/12/96 +0100, you wrote:
>HI,
>I try to write some secure pages and I have a problem :
>I have two pages :
>
>1.
><HTML>
><HEAD>
><TITLE>Weedy's Secure Pages</TITLE>
></HEAD>
><BODY
>BACKGROUND="http://hunter.math.muni.cz/~weed/Backgrounds/Background_Paper
><CENTER>
><H2>Secure Pages</H2>
><BR>
><FORM>
>Enter Password :
><INPUT TYPE="password" NAME=Password SIZE=20>
><BR>
><INPUT TYPE=Button VALUE="OK!"
>onClick="location.href='http://hunter.math.muni.cz/~weed/SECURE/'+document.form
></FORM>
></BODY>
></HTML>
>
>2.
><HTML>
><HEAD>
><TITLE>Weedy's Secure Pages</TITLE>
></HEAD>
><BODY
>BACKGROUND="http://hunter.math.muni.cz/~weed/Backgrounds/Background_Paper
><CENTER>
><H2>Secure Pages</H2>
><BR>
><FORM>
>Enter Password :
><INPUT TYPE="text" NAME=Password SIZE=20>
><BR>
><INPUT TYPE=Button VALUE="OK!"
>onClick="location.href='http://hunter.math.muni.cz/~weed/SECURE/'+document.form
></FORM>
></BODY>
></HTML>
>
>
>As you can see only diference is between definition of Password field.
>The second version is OK!, but the first returns me to the index.html
>always.
>What`s the problem please,help me.
>weed@math.muni.cz
>weed@sci.muni.cz
>
>                                        Pavel JANIK ml.
>
>

You may want to try going a different route. Have you worked with .htaccess
files? You can set a username and password. You can also setup group access
for, say, an organization with many members. It is about as secure as the
telnet login system (they have similar password storage). Anyway... with the
.htaccess system, your browser pops up a password dialog for you. It's very
simple, and reasonably secure. Check it out at http://hoohoo.ncsa.uiuc.edu/.
I can't get the exact page for you because their server seems to be down at
the moment.

- Eric
-----------------------
Eric Anderson
Software Developer
AXIS Web Publishing
Voice: 206.729.0550
-----------------------