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

[eluser]SlasHo[/eluser]
[quote author="Matalina" date="1336742190"][quote author="SlasHo" date="1336685350"]How do I set new groups to a user?

I'm using this:

Code:
$post_array = array(
                  'username' => 'username_name',
                  'email' => 'the email',
                  'password' => 'passtext',
                  'first_name' => 'name',
                  'last_name' => 'lname',
                  'phone' => '3692587',
                  'grupos' => Array
                                  ('2','3'));

$this->ion_auth->update($primary_key, $post_array);
but nothing happens. any idea?[/quote]

you are spelling groups wrong.
[/quote]


I did corrected, tried: group, groups

with no results.


Messages In This Thread
Ion Auth - Lightweight Auth System based on Redux Auth 2 - by El Forum - 05-11-2012, 06:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB