| Author |
forgot password code in struts2
|
srinivas vasu
Greenhorn
Joined: Jul 19, 2011
Posts: 1
|
|
Hi All,
Please help me to find the forgot password code in struts 2. please reply me ASAP.
Thanks,
Srinu
|
 |
Satabdi Bhattacharjee
Greenhorn
Joined: Jul 25, 2011
Posts: 2
|
|
Hi ,
First make text box<identify value> in a jsp page for retrieved password and a link in jsp page..like forgot password.
make a logic code that is ..
fucn(identifying value){
query=select password from table where condition'
...rest of the code...
}
|
 |
 |
|
|
subject: forgot password code in struts2
|
|
|