Forums
This topic is locked
Authenticate pages
05 Sep 2001 15:06:08 Phuc Ngo posted:
Hi all,Could someone me point me to the right direction or a tutorial on how to do this. I have a login page that check for username and password and compare it to the database, if the username and password match, then it let them in and edit record. ex. update, delete, new post pages...
I've got the username and password to work but, it useless because the user could bypass the login page to goto the "new post" and add in a new record by typing in the URL of the "new post" page. Is there a way to fix this? Like if you don't login you can't view any other pages.
Thanks
-dave
Replies
Replied 05 Sep 2001 15:52:16
05 Sep 2001 15:52:16 Viktor Farcic replied:
Insert User Authentication > Restrict Access to Page.
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Hi all,
Could someone me point me to the right direction or a tutorial on how to do this. I have a login page that check for username and password and compare it to the database, if the username and password match, then it let them in and edit record. ex. update, delete, new post pages...
I've got the username and password to work but, it useless because the user could bypass the login page to goto the "new post" and add in a new record by typing in the URL of the "new post" page. Is there a way to fix this? Like if you don't login you can't view any other pages.
Thanks
-dave
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Hi all,
Could someone me point me to the right direction or a tutorial on how to do this. I have a login page that check for username and password and compare it to the database, if the username and password match, then it let them in and edit record. ex. update, delete, new post pages...
I've got the username and password to work but, it useless because the user could bypass the login page to goto the "new post" and add in a new record by typing in the URL of the "new post" page. Is there a way to fix this? Like if you don't login you can't view any other pages.
Thanks
-dave
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Replied 07 Sep 2001 21:22:30
07 Sep 2001 21:22:30 Phuc Ngo replied:
Thanks!