This topic is locked

Login Password

6/21/2006 15:59:23
ASPRunnerPro General questions
B
barljo00 author

One of my projects in a group of projects has login enabled. I need to control who has access to the pages in this project, so I don't want to allow the person to register. I have the encryption turned on, as I don't want our support to see the passwords. The Register page is off.
WHen I setup a person and enter a password, it's visible in the security table. If I try to login using that password, it gives an error. If I leave the password blank and try to login without a password, it gives an error.
It seems that the only way I can get encryption on to work, is to allow for registration. This means that anyone can get to this site.
Any ideas?
Tks,

Joan

J
Jane 6/22/2006

Joan,
it seems that passwords in your database is stored in unencrypted form.

If you use "Encrypt passwords" option on the User loin settings dialog passwords in the database should be encrypted.

Please read an article: How to Encrypt passwords in the database

jwoker 10/19/2006

Joan,

it seems that passwords in your database is stored in unencrypted form.

If you use "Encrypt passwords" option on the User loin settings dialog passwords in the database should be encrypted.

Please read an article: How to Encrypt passwords in the database


The encrypt.php referred to in the above article did not work until I removed the following line of code:
include("include/dbconnection.php");