Start Using Lastpass This Weekend
You’re ready to Update Your Passwords This Weekend, but you want to take it a step further. You’re tired of trying to remember your passwords. You’re not happy with the password-protected spreadsheet of password hints you’ve been using for a decade. You agree that it’s a bad idea to use the same username and password all over the internet. You have some business accounts that need password sharing and...
Win 7 Password Expires
How to turn off the Windows 7 Password Expiration Setting So once again, Microsoft tries to make its software smarter than the average user. But even the most basic user (especially the most basic user) probably doesn’t want their home computer password to expire. Here’s how to turn off that setting in Windows 7. This works for Premium, Ultimate, Pro, and Enterprise. Go to the Start Menu > Accessories > Command...
Password Tutorial
This information was taken and very slightly altered from the [Scott Page]. Background This is a demonstration of how to password protect a page. All users have the same password which is hardwired in php code. To give each user their own password the user’s user id and unique password must be stored in a database. The idea is to check for a LoggedIn cookie set to TRUE at the beginning of a protected page. If the cookie...
Password Protect
Scott worked with encoding a master password that only allows access to certain pages. This information is on his [Scott Page]. Look under Techniques. This implementation worked great for me, though I had to make a small change to the logout function. I added the following code between his two lines of code and it works. setcookie('LexCLabLoggedIn', FALSE); See the [cref password-tutorial] Post for instructions for implementing this....