Are there any security issues regarding the email database and other information collected when registering users?
Mar 19, 2002, 8:36 PM
Administrator (9387 posts)
Mar 19, 2002, 8:36 PM
Post #2 of 2
Views: 1390
Hi,
All user information is stored in an SQL table. The passwords are stored encrypted, so even if someone accessed your SQL database, they would not get the user passwords.
The information is as secure as your website is. Assuming your SQL server is setup properly, no one will be able to access the data without the SQL username/password.
Let me know if this is not clear,
Cheers,
Alex
--
Gossamer Threads Inc.
All user information is stored in an SQL table. The passwords are stored encrypted, so even if someone accessed your SQL database, they would not get the user passwords.
The information is as secure as your website is. Assuming your SQL server is setup properly, no one will be able to access the data without the SQL username/password.
Let me know if this is not clear,
Cheers,
Alex
--
Gossamer Threads Inc.