[CENTER]Hello first and foremost! I want to apologize from the member Thndr on dispositive improper in the previous topic.
Now enter the objective:
I have modified a registration page that I received From a Friend !
But no matter how I tried to stay error "Failed to verify is the provided user named already exists." Shows
Now, with CODE: I wish news what's wrong!
Fixed BY Using :
Thanks !!
Now enter the objective:
I have modified a registration page that I received From a Friend !
But no matter how I tried to stay error "Failed to verify is the provided user named already exists." Shows
Now, with CODE: I wish news what's wrong!
Fixed BY Using :
PHP Code:
INSERT INTO [Auth].[dbo].[Account] ( account_id,account,password,email,pk_ ,creationDate_,updateDate_,creatorId_,updatorId_,portId_,type_,accessDate_,password2 ) VALUES('','$username','$converted_password','$email','1','NULL','NULL','NULL','NULL','NULL','com.elixir.billing.impl.ImmAccount','NULL','$password2')
Thanks !!