Hi, Cirrently when I click logoff the application is staying at the same page which was there before logg off . Is there any way to change this, I mean when user clicks log off , the application should redirected to login page.
Not easily. If you don't want unlogged in users to be able to see the application you could set in your config file
$auth['deny_public_access'] = true;
Thank you .
As suggested, I ll create the new css file . Can you please help me where I can find the file or form or code related to the attached image.
The code that generates the login form is in session/functions_session.inc.
Not easily. If you don't want unlogged in users to be able to see the application you could set in your config file
Thank you .
As suggested, I ll create the new css file . Can you please help me where I can find the file or form or code related to the attached image.
The code that generates the login form is in session/functions_session.inc.