mstabrey Posted May 18, 2006 Share Posted May 18, 2006 I'm looking for an extremely basic username and password system (non-database driven) to be able to access a specific web page. It's got to have only one pre-defined username and maybe three different password possibilities. Does anything like this exist on this site or anywhere else (have looked, but can't find).TIAMart Quote Link to comment https://forums.phpfreaks.com/topic/9921-basic-usernamepassword-system/ Share on other sites More sharing options...
genista Posted May 18, 2006 Share Posted May 18, 2006 I believe that having 3 passwords may consitute you needing a database, if you can stick with one you could easily use the htaccess function that most hosting companies provide. It allows you to secure a folder(s) on your site and use HTTP authentication to let a user view it or not. If you have any doubts go to the control panel of your hosting company account and see if you spot htaccess or secure folder or something like that.G[!--quoteo(post=374935:date=May 18 2006, 08:34 AM:name=stabes)--][div class=\'quotetop\']QUOTE(stabes @ May 18 2006, 08:34 AM) [snapback]374935[/snapback][/div][div class=\'quotemain\'][!--quotec--]I'm looking for an extremely basic username and password system (non-database driven) to be able to access a specific web page. It's got to have only one pre-defined username and maybe three different password possibilities. Does anything like this exist on this site or anywhere else (have looked, but can't find).TIAMart[/quote] Quote Link to comment https://forums.phpfreaks.com/topic/9921-basic-usernamepassword-system/#findComment-36880 Share on other sites More sharing options...
mstabrey Posted May 18, 2006 Author Share Posted May 18, 2006 I could probably get away with having only 1 password... the idea of securing a folder is good. Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/9921-basic-usernamepassword-system/#findComment-36886 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.