Welcome Guest, Not a member yet? Register   Sign In
Ion Auth - Lightweight Auth System based on Redux Auth 2

[eluser]dhaulagiri[/eluser]
[quote author="rulin" date="1300918918"][quote author="dhaulagiri" date="1300914182"]I cannot see register function in auth controller but there is in ion_auth library, how do i implement it ?[/quote]

Hi dhaulagiri

Look at function create_user() in the sample controller (auth.php), there is an example there.

Code:
if ($this->form_validation->run() == true && $this->ion_auth->register($username, $password, $email, $additional_data, $group))


Russ[/quote]

Do i need to create new function for user to register ?


Messages In This Thread
Ion Auth - Lightweight Auth System based on Redux Auth 2 - by El Forum - 03-23-2011, 07:52 PM



Theme © iAndrew 2016 - Forum software by © MyBB