Best way to externally register a user?

Started by Linkjay, May 15, 2017, 03:45:32 AM

Previous topic - Next topic

Linkjay

I want to make an external web app to that registers a user through SMF but through a custom function of mine. I was thinking that I would reverse engineer the default SMF registration thing but there has to be a better way. I looked through the SSI source and SSI manual but couldn't find anything for registering a user.

I need a function like smf_registerNewUser(name, passwordhash, salt) and all the other args that would go along with the function. Is there anything like that?
I play games in my free time and volunteer my knowledge and support to the gaming communities of the internet.

You can contact me by these methods:
Use my Contact Script • PM me here • Add me on Steam

Arantor

Just call registerMember() in Subs-Members.php with the parameters you need.

Linkjay

I play games in my free time and volunteer my knowledge and support to the gaming communities of the internet.

You can contact me by these methods:
Use my Contact Script • PM me here • Add me on Steam

Advertisement: