Source: http://lifehacker.com/access-os-xs-secret-terminal-hidden-in-the-login-screen-1605965151
More information: http://hints.macworld.com/article.php?story=20020318020806482
I’v recently posted an article mentioning Facebook Ion Auth, and a visitor from France asked me how did I installed it.
Please notice that you are at your own risk using this!
Please post a comment if you find any mistake, error, problem, issue, etc, etc!
Autor: Me!
These are the steps.
$autoload['libraries'] = array('database', 'ion_auth', 'Facebook_ion_auth');
In a startup project that i’m developing with a friend we are using CodeIgniter and Ion Auth to manage users.
We wanted users to login with their facebook accounts to make easier for them to register and login in our webapp.
We are using facebook-ion-auth from dgeorgiev. It simply works!
Tnks dgeorgiev!