[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.