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
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
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
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
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