Re: [PHP-WIN] Login System / Cookies

2005-09-24 Thread Armando
I figured I wouldn't want to store plain text passwords in the database, but I was considering a "Forgot your password?" option in which it could be emailed. I suppose what I'll do instead is just used the hashed password and if someone forgot theirs, I'll write a random password generator to r

Re: [PHP-WIN] Login System / Cookies

2005-09-24 Thread David Collard
Armando wrote: Greetings! I'm developing a login system in php and wondering if someone could possibly provide some advice, as I'm still relatively new to php. First, I'm limited to using cookies only for my session variables, so for instance, remembering users who wish to not have to login

[PHP-WIN] Login System / Cookies

2005-09-23 Thread Armando
Greetings! I'm developing a login system in php and wondering if someone could possibly provide some advice, as I'm still relatively new to php. First, I'm limited to using cookies only for my session variables, so for instance, remembering users who wish to not have to login to the site eac

[PHP-WIN] Login-System

2001-11-01 Thread Karl S. Løland
English: i wonder about how i can make a login-system to my page. and this should work in a forum-system. could enyone help me? Mvh Karl S. Løland -- Norsk: jeg lurer på om hvordan man kan lage et login/registerings system til et forum

Re: [PHP-WIN] Login System

2001-08-26 Thread Angie Tollerson
A really really good login system that you can customize for either database or flatfile is phpSecurePages. I have always loved it because it's easy to add to all your pages without anymore than one line of customization. Has anyone had any security problems with that that has used it? Ang