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