Welcome Guest, Not a member yet? Register   Sign In
FreakAuth Light auth/login redirect to my site
#3

[eluser]czn[/eluser]
Thank you.
I try, but the result it the same.


My config files is :

Code:
/*-------------------+
|  ACTIONS SETTINGS  |
+-------------------*/

// The action to execute after successful login
$config['FAL_login_success_action'] = 'admin';

// The action to execute after successful logout
$config['FAL_logout_success_action'] = 'auth/login';

// The action to execute after REGISTRATION ('continue' link)
$config['FAL_register_continue_action'] = 'admin';

// The action to execute after ACTIVATION, ('continue' link)
  // wether it failed or it was successful
$config['FAL_activation_continue_action'] = 'auth';

// The action to execute after requesting FORGOTTEN PASSWORD
$config['FAL_forgotten_password_continue_action'] = '';

/*-----------------+
|  ADMIN SETTINGS  |
+-----------------*/

// The action to execute after successful ADMIN login
$config['FAL_admin_login_success_action'] = 'auth/login';

// The action to execute after successful ADMIN logout
$config['FAL_admin_logout_success_action'] = 'auth/login';

// The number or recors per page for the admin user listing (pagination)
$config['FAL_admin_console_records_per_page'] = 10;

if you have an idea, because I have read many post and I don't find the answear.


Messages In This Thread
FreakAuth Light auth/login redirect to my site - by El Forum - 02-11-2009, 07:48 AM
FreakAuth Light auth/login redirect to my site - by El Forum - 02-11-2009, 09:38 AM
FreakAuth Light auth/login redirect to my site - by El Forum - 02-11-2009, 09:56 AM
FreakAuth Light auth/login redirect to my site - by El Forum - 05-09-2009, 05:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB