I have integrated registration and login of phorum with my website.
Now, what I want is: whenever any user edits its profile, and changes user password, then the Phorum table's password should also be changed.
Actually I have two tables for user information. first table is my site's table and the other is Phorum's phorum_users table
Both these tables stores user information and i want to change both table's password at a time...
and one more thing I want to know is in the user's control center, there is an option to change user password. This page contains a form with 3 hidden fields one is forum_id, 2nd is posting_token:contrl and 3rd is panel.
1st and 3rd hidden field i got, but what is 2nd hidden variable i.e., posting_token:control??? What value it contains? And how to generate this value????
can anyone help me???
Thanks...
Pranav Thakar
Edited 1 time(s). Last edit at 07/02/2009 06:16AM by Pranav Thakar.