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

[eluser]Ben Edmunds[/eluser]
Hey Bernd,

Just want to apologize that I haven't got a chance to look through your pull request earlier.

Can you get or gtalk or skype sometime so we can discuss this? If not just email me.


Thanks,

[eluser]Sinclair[/eluser]
Hi,

I'am testing IonAuth with Internet Explorer.

When I login then I refresh the page I lost the session. There are some issue related to this?

Best Regards,

[eluser]Ben Edmunds[/eluser]
Sinclair,

Are you using DB sessions? If so, what settings are you using?

[eluser]Sinclair[/eluser]
Problem solved.

I was getting this perception because of the flash session messages.

Another question. There is any method to get the email or the username of the current session?

Best Regards,

[eluser]- Obonk -[/eluser]
Does Any one here has using ionauth and Modular Extensions? When I try using ionauth on Fresh install CI 1.7.2 it work beautifull. but after installing Modular Extensions The ionauth is not working with giving me error on the Controller.php on the libraries that came from The modular Extensions. But the modlar extensions is work just fine.

is it possible to used ionauth on modular extensions?

thanks

[eluser]Ben Edmunds[/eluser]
Sinclair,

$this->ion_auth->get_user()->email or $this->ion_auth->get_user()->username or better yet:

Code:
$user = $this->ion_auth->get_user();
echo $user->email;
echo $user->username;

[eluser]- Obonk -[/eluser]
I`ll try to remove the
Code:
$this->data['xxx']
to
Code:
$data['xxx']
on the auth controller, and the error is missing. Maybe some one has a better solution to integrating this ionauth with Modular Extension.

For Ben Edmunds Thanks for the quick replay and your time sir.... :-)

[eluser]huuray[/eluser]
hi all,
how to return username or email to view ?

[eluser]Ben Edmunds[/eluser]
huuray,

$this->ion_auth->get_user()->email or $this->ion_auth->get_user()->username or better yet:

Code:
$user = $this->ion_auth->get_user();
echo $user->email;
echo $user->username;

[eluser]huuray[/eluser]
thanks ben.




Theme © iAndrew 2016 - Forum software by © MyBB