Codeigniter: A nice straight forward tutorial on how to build a reset password/forgotten password?
Posted
by
Psychonetics
on Stack Overflow
See other posts from Stack Overflow
or by Psychonetics
Published on 2010-12-26T21:14:28Z
Indexed on
2010/12/27
8:54 UTC
Read the original article
Hit count: 249
I've built a full sign up system with user account activation, login, validation, captcha etc. To complete this I now need to implement a forgot password/reset password feature..
I have created one function that generates a random password 8 characters, another method that takes that random password word and applies sha1 and hashing.
Also one that takes that hashed password and stores it in a table in the database.
I will keep these methods to one side as they might come in handy later on but for now I would like to know if anyone can point me to a nice tutorial for creating a password reset feature for my website.
Thanks in advance
© Stack Overflow or respective owner