What type of fields you added? When I was writing email authentication script I used PwAnswer & PwQuestion, EmailAuth & EmailAuthKey and that's everything I needed. I tried to follow yours, but I don't know javascript :/
To make activation key I created a text file and made the registration script add new player names to it then create a md5 of it. Not sure how good it is, but at that time I thought it is a great idea.
To make activation key I created a text file and made the registration script add new player names to it then create a md5 of it. Not sure how good it is, but at that time I thought it is a great idea.