View Single Post
Old 03-23-2004, 12:42 PM   #1 (permalink)
quest1mark
Insane
 
[JSP] Forgot Password in Login

I'm a beginner trying to create a login page using JSP and MySQL. I've created my pages and have them connecting perfectly between the database and my server. The only thing left to add to my page is the forgot password link in the login page. Unfortunately I don't know how to do it.

I tried google but it just keeps sending me to sites that have this functionality (like every freaking login site). Does anyone know the code or know a site where I can find this info?

Thanks in advance.
__________________
Best told at a place called...the TFP.
on a quest...
quest1mark is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76