Encryption Library |
[eluser]InsiteFX[/eluser]
1) generate hash key. 2) store hash key in users database record. 3) email send activation link to user with hash key appended. (http://yoursite.com/activate/hash_key) 4) use uri->segment(2) to see if there is activation hash key. 5) check to see if this hash key is in the database. 6) activate the user. I just posted my hash method in another topic today. |
Messages In This Thread |
Encryption Library - by El Forum - 06-13-2012, 07:31 AM
Encryption Library - by El Forum - 06-13-2012, 08:25 AM
Encryption Library - by El Forum - 06-13-2012, 08:29 AM
Encryption Library - by El Forum - 06-13-2012, 09:07 AM
Encryption Library - by El Forum - 06-13-2012, 10:05 AM
Encryption Library - by El Forum - 06-13-2012, 11:17 AM
Encryption Library - by El Forum - 06-13-2012, 04:25 PM
Encryption Library - by El Forum - 06-13-2012, 04:29 PM
Encryption Library - by El Forum - 06-13-2012, 11:19 PM
Encryption Library - by El Forum - 06-14-2012, 12:04 PM
Encryption Library - by El Forum - 06-14-2012, 01:17 PM
Encryption Library - by El Forum - 06-14-2012, 03:01 PM
Encryption Library - by El Forum - 06-14-2012, 03:20 PM
Encryption Library - by El Forum - 06-14-2012, 03:24 PM
|