Modified registration, how?
Hi everybody,
i need to modify the registration process. The modification is realy simple, is two different cases of registration. First of all i check the email entered by the user in a table (f.e. my_user_table), if not exist the registration process work normaly, with a little difference, I write the resulted user_id and email in my table (my_user_table). Case two: the email already exists in my table, I get the associated user_id and write this user_id in the VB user table.
I wrote already this stuff for the VB 3.0 but this solution didn't work in 3.5. The big problem is, i can't find the function who made the insert in the user table. Hope, somebody can help me. Thanks
PS: sorry for my english skill
|