create user account in c#

Discussion of general topics related to the new version and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Forum rules
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Post Reply
shark_
Registered User
Posts: 1
Joined: Fri Apr 01, 2011 9:45 am

create user account in c#

Post by shark_ »

i need to create a phpbb user account from an asp.net (c#) website.

i think i have to generate user_password and user_passcgh fields in db. :?

anyone has a sample code to generate user_password and user_passcgh?

igorw
Registered User
Posts: 500
Joined: Thu Jan 04, 2007 11:47 pm

Re: create user account in c#

Post by igorw »

You only need to set user_password, you could look at: http://www.phpbb.com/community/viewtopi ... &t=1771165

But it's probably easier to call a PHP file that does the inserting.

Post Reply