anjan011
-
Re: [Solved] How to add an user to the vanilla user table in db using external code?
@Linkcoln Thanks! I finally settled for 2 functions - 1) Gdn_PasswordAuthenticator::Authenticate($email,$password); 2) UserModel::InsertForBasic($user_data); The first one sets the cookie for me :) g… (View Post)1